https://bugzilla.wikimedia.org/show_bug.cgi?id=17255

           Summary: Support Upload Resume via and Server Side file
                    Concatenation
           Product: MediaWiki
           Version: unspecified
          Platform: All
               URL: http://www.firefogg.org/dev/chunk_post.html
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: Normal
         Component: API
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected], [email protected],
                    [email protected]
        Depends on: 15227
            Blocks: 16927


When uploading large video files via the upload api it would be very helpful to
support uploading the file in chunks. That way if your POST request gets reset,
dies in the middle, or your process crashes you don't need to start uploading
from scratch. Additionally this will avoid long-time running large POSTs on the
server side. 

Innitialy we should support the firefogg chunk upload method:
http://www.firefogg.org/dev/chunk_post.html

Basically we just give the "next chunk url" back as a response until we get a
done=1 in the post vars, then concatenate the pieces.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to