Posted By:
Abhishek_Srivastava
Posted On:
Tuesday, February 11, 2003 09:56 PM
Problem in Struts File Upload Hi All, I have created a form using struts which uploads files on my development server. When i upload small files say, less than 1 mb then it uploads properly and when i upload bigger files say, 400 mb or more than it gives me error like: java.io.IOException: Posted content length of 396929377 exceeds limit of 5242880 after getting this error i increment the maxFileSize in my web.xml file after that it gives me OutOfMemory error. My RAM size is 256M. Can anybody help me out ? Now my question is Where do i increase the upload file size ? I will be heighly thankful if somebody help me.
More>>
Problem in Struts File Upload
Hi All,
I have created a form using struts which uploads files on my development server.
When i upload small files say, less than 1 mb then it uploads properly and when i upload bigger files say, 400 mb or more than it gives me error like:
java.io.IOException: Posted content length of 396929377 exceeds limit of 5242880
after getting this error i increment the maxFileSize in my
web.xml file after that it gives me
OutOfMemory error.
My RAM size is 256M.
Can anybody help me out ?
Now my question is Where do i increase the upload file size ?
I will be heighly thankful if somebody help me.
Regards,
Abhi
<<Less