I am new in JSP, When i call UploadObject.jsp, until web page is not fully loaded the page is not visible to view, so if i want to upload more than 5-10 MB of file, it's takes more than 2-3 minutes to view, so is it possible to create multi process just like Threading ?
Asked
Active
Viewed 52 times
-1
-
are you asking about upload taking too much time ? or web page loading takes too much time ? – Arun Xavier Mar 17 '16 at 06:12
-
http://stackoverflow.com/questions/31782910/upload-a-file-in-a-separate-thread-in-a-java-webapp – Narendra Jaggi Mar 17 '16 at 12:15
1 Answers
0
Maybe study these languages/technologies : JavaScript, AJAX, PHP/Servlet.
Upload example : http://www.formget.com/ajax-image-upload-php/
Download example : https://www.youtube.com/watch?v=IZGO13Sx_c8

The Bitman
- 1,279
- 1
- 11
- 25