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