Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.1 Final
-
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
Attachments
Issue Links
- is related to
-
SLING-2257 File uploads > 2GB are not available as request parameters
- Closed