Uploaded image for project: 'Commons FileUpload'
  1. Commons FileUpload
  2. FILEUPLOAD-188

Cannot upload files much larger than 2gb

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Implemented
    • 1.2.2
    • 1.3
    • None

    Description

      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).

      Attachments

        Activity

          People

            simone.tripodi Simone Tripodi
            brianatlawson Brian Hanson
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: