upchunk
upchunk copied to clipboard
Uploads Chunks! Takes big files, splits them up, then uploads each one with care (and PUT requests).
Been finding that when uploading large files (i.e. 6gb), the browsers RAM usage increases to include the filesize. This can exceed the users RAM and end up with the users...
I'm getting the following error when trying to create an upload: `_mux_upchunk__WEBPACK_IMPORTED_MODULE_8___default.a.createUpload is not a constructor`
DONE: - updated `readme.md` to reflect actual option names - externalized `retryCodes` for better control over retries
Hi! Great work on this module but one thing required is the final response to the file uploaded. Thank you!
Hey! I could not figure out how to set headers to include credentials on the request. How is this done? Thanks, Tom.
Is it possible to suggest being able to upload video live while a webcam/screen recording is happening. Currently the blobs have to be stored in the browser, turned into a...
Currently if someone passes a fetching function as the `endpoint` option and that function fails to return a URL, UpChunk will merrily continue on and try to upload. We should...
This will allow downloads to resume after a page reload or different client.
Hey Guys Thank you very much for the great work. I'm using Mux with upchunk to direct upload videos from my React web app. So far it's been very positive,...
As I wrote in the title, I noticed that progress event is triggered after upload is completed. In that way I have wrong info that upload is maybe not finished....