OK,

If I don't supply an image name, my form works perfectly and calls my action/event. If 
I do it never even gets to my action. Just
keeps printing Y's.

Any clues?

> -----Original Message-----
> From: Gareth Coltman [mailto:[EMAIL PROTECTED]]
> Sent: Friday, June 22, 2001 15:44
> To: [EMAIL PROTECTED]
> Subject: RE: Upload service
>
>
> Oh, in addition, something (not my code) is writing Y on a newline to the console. 
>It looks as if there is a Y for every form
> element.???!!!
>
> Gareth
>
> > -----Original Message-----
> > From: Gareth Coltman [mailto:[EMAIL PROTECTED]]
> > Sent: Friday, June 22, 2001 15:37
> > To: [EMAIL PROTECTED]
> > Subject: Upload service
> >
> >
> > Help!
> >
> > I am trying to use turbine's imageupload service for the first time.
> >
> > My form header looks like this
> >
> > <form enctype="multipart/form-data" name="stage3" id="stage3" method="post">
> >     <input type="hidden" name="action" value="myAction">
> >
> > and contains a mixture of form elements, some text, textarea etc, and two "file" 
>elements.
> >
> > I specify my event in the submit button
> >
> > I have two problems:
> >
> > 1. My action is never reached (not even doPerform)
> > 2. It seems that the uploadservice is writing all the form data to the disk, not 
>just the files.
> >
> > Has anyone successfully used the upload service on a form with a mixture of html 
>input types?
> >
> > Gareth
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to