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

[fileupload] FileUpload 2 gig File Size Limitation

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.1 Final
    • 1.2
    • None
    • Operating System: All
      Platform: All

    • 38323

    Description

      Looking through the FileUpload 1.1 code it looks like there is a limitation on
      how big of a file can be received and processed. If you look at the readBodyData
      method of the MultipartStream class you'll notice that an integer is being used
      to keep a tally of the total number of bytes received when processing an
      encapsulation. I recommend changing the type of the variable "total" to a long
      in the readBodyData and wherever a tally of bytes received is done.

      Attachments

        Issue Links

          Activity

            People

              jochen@apache.org Jochen Wiedmann
              saden1@gmail.com Sharmarke Aden
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: