Replies: 2 comments 11 replies
-
@mrpmorris you had this comment with link to twitter
Any change you have some code examples or pointers since as I understand using fetch is not supported in all browsers so maybe using I´m "atting" you here because the github issue is closed. |
Beta Was this translation helpful? Give feedback.
5 replies
-
Looks like you are in luck after all. This isn't complete, but the JS is there. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@David-Moreira now that I´m able to try out the FilePicker (swapping out Syncfustion) to upload big files I´m finding it hard to figure out whether the file is first uploaded into memory or it can be streamed directly somewhere?
You commented this
Here it is pointed out that the docs are totally not clear about what the limitations are
More here
But if I search around it looks like it should be possible "I just uploaded a 1GB file without the memory usage going through the roof." (no code but with pointers) then there is "Streaming requests with the fetch API" that seems to offer this functionality.
So my question is: Can I use FilePicker in some way to upload a 5GB file by streaming it directly (to Blob storage or an API) without first reading it into memory and is is "stable" (chunk/retry/etc)?
Update: The FilePicker isn´t using MS InputFile, correct? So were do the limitations lie (if large file upload streaming isn´t possible)? Sorry for being so thoroughly confused!!😝
Beta Was this translation helpful? Give feedback.
All reactions