Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Processing of multipart/form-data request failed. Stream ended unexpectedly

807580Feb 1 2010
Hi All

I am using commons-fileupload jar to allow users to upload 10 documents of size 75MB at a time.
I've written a servlet for it.
It runs fine on local environment but when two users try to upload 10 files of 75MB from internet(Server is at client side) then we get following exception:
org.apache.commons.fileupload.FileUploadException: Processing of multipart/form-data request failed. Stream ended unexpectedly
at org.apache.commons.fileupload.FileUploadBase.parseRequest(FileUploadBase.java:384)
at org.apache.commons.fileupload.servlet.ServletFileUpload.parseRequest(ServletFileUpload.java:116)
My application is configures in wsad.
Any suggestions, hints and solutions would be appreciated.
Thanks in advance.

Regards,
Kaveri
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 1 2010
Added on Feb 1 2010
0 comments
4,623 views