Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.0.1-core
-
None
Description
The Trinidad Upload Framework does not currently support uploading files larger than 2GB. This is due to two reasons:
1. The servlet API getContentLength returns an int byte size value:
http://docs.oracle.com/javaee/5/api/javax/servlet/ServletRequest.html#getContentLength()
This API is used in a number of places in the upload framework.
2. Browser support for > 2GB is not very good. IE and FF don't support it while Chrome does.
Attachments
Attachments
Issue Links
- breaks
-
TRINIDAD-2291 Binary incompatibility with RequestContext from 2.0.1
- Closed