A form with file input can't be submitted with Ajax. You either have
to do some iframe magic or use a flash component. Do a google search
for "ajax file upload" to find some options. I've been using SWFUpload
[1] for this purpose.

Nils-H

[1] - http://code.google.com/p/swfupload/

On Thu, Sep 3, 2009 at 1:49 AM, hisameer<cool_sameer_fo...@yahoo.com> wrote:
>
> Thanks for your comment. But my question is How can it be done using AJAX? I
> am using dojo plugin in my struts application. But if I use <input
> type="file" name="docs" value="Brows" width="400px"/>
> then it also shows the brows location as well. But in my case its only a
> simple upload button.What should I do?
>
> And initially there has to be a placeholder for those pictures as well.
>
> I am totally confused. Please help!
>
>
>
> Lee Clemens-4 wrote:
>>
>> Maybe have the Upload buttons refresh the page? And load the images from
>> the
>> action?
>>
>> Otherwise it would have to be done client side (ajax?)
>>
>> -----Original Message-----
>> From: hisameer [mailto:cool_sameer_fo...@yahoo.com]
>> Sent: Wednesday, September 02, 2009 6:27 PM
>> To: user@struts.apache.org
>> Subject: Strut2 Picture Upload question: Please Help!
>>
>>
>> I am using Struts 2.1.6 and in my application I have a requirement where
>> the
>> user can upload four pictures of his vehicle.In my JSP, there will be four
>> upload buttons corresponding to those four pics(As shown in the below
>> image). After the user is done selecting the file it should be uploaded in
>> the JSP right away.
>>
>> Below image shows the actual display of the requirement.
>>
>>
>> http://www.nabble.com/file/p25266760/picUploading.jpg
>>
>>
>> Can somebody put some sample code for this kind of requirement or suggest
>> me
>> what should I do? I am sure this is just a simple requirement but I am not
>> able to crack it.
>> --
>> View this message in context:
>> http://www.nabble.com/Strut2-Picture-Upload-question%3A-Please-Help%21-tp252
>> 66760p25266760.html
>> Sent from the Struts - User mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
>> For additional commands, e-mail: user-h...@struts.apache.org
>>
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
>> For additional commands, e-mail: user-h...@struts.apache.org
>>
>>
>>
>
> --
> View this message in context: 
> http://www.nabble.com/Strut2-Picture-Upload-question%3A-Please-Help%21-tp25266760p25267581.html
> Sent from the Struts - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to