Uploaded image for project: 'MyFaces Trinidad'
  1. MyFaces Trinidad
  2. TRINIDAD-2258

Add Chunked File Upload support to the Trinidad Upload Framwork

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.0.1-core
    • 2.1.0-core
    • Components
    • 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

        1. chunked_file_upload_trinidad.patch
          19 kB
          Kentaro Kinebuchi
        2. chunked_file_upload_trinidad-1.2.12.7.0.patch
          33 kB
          Kentaro Kinebuchi

        Issue Links

          Activity

            People

              gabrielle Gabrielle Crawford
              kentarokinebuchi Kentaro Kinebuchi
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: