Author: mdale
Description:
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.
Version: unspecified
Severity: enhancement
URL: http://www.firefogg.org/dev/chunk_post.html