[firebase_storage_web] uploading large files to storage is impossible from dart:html File #7225
Unanswered
Aurangseb
asked this question in
Feature request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I could not find a reasonable way to upload very large files directly from a picked file in flutter web without loading them into memory, which is not feasible for large video files.
firebase_storage.FirebaseStorage.instance.ref('somefile.mp4').putFile() does not support dart:html File and also there is no upload variant that accepts a stream.
Any ideas on how to solve this? I guess there is a need to add a suitable upload variant to firebase_storage_web.
Beta Was this translation helpful? Give feedback.
All reactions