Cannot upload files much larger than 2gb
----------------------------------------

                 Key: FILEUPLOAD-188
                 URL: https://issues.apache.org/jira/browse/FILEUPLOAD-188
             Project: Commons FileUpload
          Issue Type: Bug
    Affects Versions: 1.2.2
            Reporter: Brian Hanson


When I upload a file 2.3 gb in size FileUpload fails with:

org.apache.commons.fileupload.FileUploadBase$UnknownSizeException: the request 
was rejected because it's size is unknown

It is using getRequestSize() which returns an int which cannot exceed 2**31 - 1 
(2147483647).

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to