Details
Description
Struts currently has a 2GB limit on file upload.
org.apache.struts.upload has an artificial limit of 2GB.
org.apache.commons.fileupload does not have this limit since 'long' is used in place of 'int'
Struts currently has a 2GB limit on file upload.
org.apache.struts.upload has an artificial limit of 2GB.
org.apache.commons.fileupload does not have this limit since 'long' is used in place of 'int'