Topic: Plupload Servlet

Does anybody have a sample (Java) Servlet to handle binary (not multipart) upload, chunk, ... ?

Thanks,
Regards,
Jp

Re: Plupload Servlet

requrest.getInputStream() should work.

Re: Plupload Servlet

Thank you for this absolutly great and professional answer that help's me to test the full power of Plupload features. I'm sure it will cover all my issues, I'm going to order immediatly a license smile

Well, I will try something with Apache Commons FileUpload and give feed back later.

Last edited by NextOne (2010-06-16 15:02:33)

Re: Plupload Servlet

I was looking for the same thing, but could not find an example.  So, I created my own.

Here is my blog post about a Java Servlet backend for Plupload:

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

Here is a direct link to my (demonstration quality) Java Servlet source code:

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