Topic: Java Servlet Backend for Plupload

When I wanted to use Plupload for a project, I did not find a Java backend available, so I used Apache Commons FileUpload to create one.

Here is a link to a post on my blog about this:

http://blog.shadit.com/2010/10/28/java- … -plupload/

Here is a direct link to my (demonstration quality) implementation:

http://www.shadit.com/static/plupload.zip

Thanks,
Shad Aumann

Re: Java Servlet Backend for Plupload

thanks for your information

3 (edited by sujan32 2012-03-08 06:01:19)

Re: Java Servlet Backend for Plupload

Nice work! Thanks for sharing this important post here. It is really helpful for users.

Re: Java Servlet Backend for Plupload

Great job! Thank you for shearing!