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]

Reply via email to