I am trying to use jQuery File Upload: http://blueimp.github.com/jQuery-File-Upload/
I am using JSP.. Can anybody tell me step by step configuration for this.
Asked
Active
Viewed 1.1k times
2
-
3Look at the documentation on this page https://github.com/blueimp/jQuery-File-Upload/wiki it has Java examples towards the bottom ... have a go, then if you run into problems come back with specific questions and **your** source code – Manse Sep 05 '12 at 09:15
-
Ok I check the documentation.. Now when I Select the Image and click on Start it showing error: Not Found. – gauravoli Sep 05 '12 at 09:59
-
Update your question with your code and the exact error message and details of the problem and people will be able to help – Manse Sep 05 '12 at 10:20
-
Thanks @ManseUK , My code is working now :) – gauravoli Oct 30 '12 at 12:28
-
possible duplicate of [How to upload files to server using JSP/Servlet?](http://stackoverflow.com/questions/2422468/how-to-upload-files-in-jsp-servlet/2424824#2424824) It's not different from if plain HTML or jQuery is been used. – BalusC Nov 20 '12 at 15:33
-
@gauravoli, could you explain me how you did it? I'm using java in my server side, how can I set up the servlets? thanks in advance – Felipe Mosso Feb 27 '13 at 00:32