[ http://issues.apache.org/struts/browse/STR-2959?page=comments#action_38917 ] Richard Harding commented on STR-2959: --------------------------------------
Not being able to get the file size is the issue I am referring to. I am unable to confirm that struts.upload can infact deal with a larger file whilst not being able to find the size of the file. org.apache.struts.upload simply wraps org.apache.commons.fileupload but changes the signature of the getFileSize() method to return an int. Which, as Paul mentions, has an upper limit of about 2GB. A long however, as used by the commons.fileupload does not have this limit. > File upload has 2GB limit > ------------------------- > > Key: STR-2959 > URL: http://issues.apache.org/struts/browse/STR-2959 > Project: Struts 1 > Issue Type: Bug > Components: Core > Affects Versions: 1.3.5, 1.2.9, 1.2.8, 1.2.7 > Environment: Websphere Application Server 6.0 > Reporter: Richard Harding > Priority: Minor > > 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' -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/struts/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
