Skip to content
This repository has been archived by the owner on Nov 20, 2018. It is now read-only.

Add support for (optional) file chunking #377

Closed
rnicholus opened this issue Oct 3, 2012 · 0 comments
Closed

Add support for (optional) file chunking #377

rnicholus opened this issue Oct 3, 2012 · 0 comments
Assignees
Labels
Milestone

Comments

@rnicholus
Copy link
Member

This is only possible with the XHR uploader. I should be able to make use of the slice function provided by the File API. This will greatly reduce the time needed to retry a failed upload, as we can simply retry starting with the last failed blob/chunk. The chunk size should probably be configurable.

Enabling this may also, theoretically, make it possible to overcome the upload file size restrictions (usually around 4GB) put in place by most browsers.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant