File upload help in JSP /Struts 1.2
- by user57421
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