Skip to content

jQuery file upload for java

Sebastian Tschan edited this page Jul 12, 2011 · 4 revisions

Note: This tutorial is for the outdated v4 branch of the plugin. User contributions for an updated example are welcome.

Here is a sample application that demonstrates how the file upload via this plugin can be posted to a Java servlet and processed on the backend.

https://github.com/sudr/jQuery-File-Upload-Java

It is an eclipse dynamic web project. After you check it out you may have to fiddle with the build path to point it to your installed servlet runtime. I used tomcat 6.

Clone this wiki locally