[ https://issues.apache.org/jira/browse/TRINIDAD-2258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13258409#comment-13258409 ]
Kentaro Kinebuchi commented on TRINIDAD-2258: --------------------------------------------- Attached a patch file which the changes. > Add Chunked File Upload support to the Trinidad Upload Framwork > --------------------------------------------------------------- > > Key: TRINIDAD-2258 > URL: https://issues.apache.org/jira/browse/TRINIDAD-2258 > Project: MyFaces Trinidad > Issue Type: Improvement > Components: Components > Affects Versions: 2.0.1-core > Reporter: Kentaro Kinebuchi > Attachments: chunked_file_upload_trinidad.patch > > > 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. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira