You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Rob Tompkins (JIRA)" <ji...@apache.org> on 2017/06/05 14:01:04 UTC

[jira] [Updated] (FILEUPLOAD-188) Cannot upload files much larger than 2gb

     [ https://issues.apache.org/jira/browse/FILEUPLOAD-188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rob Tompkins updated FILEUPLOAD-188:
------------------------------------
    Fix Version/s: 1.3

> 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
>            Assignee: Simone Tripodi
>             Fix For: 1.3
>
>
> 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 was sent by Atlassian JIRA
(v6.3.15#6346)