Processing of multipart/form-data request failed. Stream ended unexpectedly
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