useFetcher / useTransition file upload progress #3041
redbaron76
started this conversation in
Proposals
Replies: 1 comment 5 replies
-
Was just looking for this |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've just implemented a multipart form data file upload using useFetcher
submit()
and it works very well.Problem is that I don't have control over the progress of the upload and
useTransition
hook only gives to me if the file is going up or not. Would be possible to add touseTransition
the progress of the operation in case of amultipart/form-data
form submission? Or, in general, how is possible at the moment to get the progress of an upload operation? Thanks.Beta Was this translation helpful? Give feedback.
All reactions