And if you are uploading this through a browser form, don't forget that the browser is
probably going to encode that file in Base64 encoding, which will roughly inflate the size
by 1/3 of the original.
I don't know if Tomcat's maxPostSize counts the size prior, or after decoding.
Ronald Klop wr
Set in server.xml.
3 GB might be very large. I don't know if the value is a long or an int in the
internals of Tomcat.
This is from my live server.
Ronald.
Op woensdag, 29 december 2010 17:03 schreef Anjib Mulepati
:
I am trying to upload the larger file through my app developed usi
I am trying to upload the larger file through my app developed using
Struts 1.3.8. I did change the config in struts to upload file upto 3GB
but that doesn't work.
So now I am trying to find the configuration in Tomcat where I can set
the max size for file upload.
Is there any?
Anjib
--