Skip to content
Discussion options

You must be logged in to vote

I'm currently working on a Remix-project that needs this as well. Since we're dealing with huge files (>4 GB) and because there've been issues with resumability historically, we chose to use tus with Uppy and forego Remix uploads entirely.

Another possibility would be to use a XMLHttpRequest yourself, which implements a progress event as opposed to fetch, which does not.

I've had a brief exchange with Ryan on twitter where he hypothesized that in a future release, Remix might switch to XHR and hand you a progress automatically when it detects a file upload.

Replies: 5 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by amuttsch
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@thecneu
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
7 participants