File upload help in JSP /Struts 1.2

Posted by user57421 on Stack Overflow See other posts from Stack Overflow or by user57421
Published on 2010-06-17T04:39:15Z Indexed on 2010/06/17 4:43 UTC
Read the original article Hit count: 351

Filed under:
|
|

Hi All,

I have seen lot of reviews and have not been able to figure out how I can solve my problem..

Problem:

Currently we have a page to upload the file from local machine to the respositry. It is currently using Struts upload. Now the current requirment is, Since users upload around 1gb of file, they are made to wait for a long time.. So they changed the requirment to browse the file and select the file to upload and hitting upload button should return to the control to next screen imediately.. But the upload process some how needs to be pushed at the backend and should do the upload and send out an email once the upload is complete..

I'm not able to figure out how to transfer the control to next page, when the upload is still running ... any idea or help will be appreicated..

Regards, Senny

© Stack Overflow or respective owner

Related posts about upload

Related posts about fileupload