feat: Server upload file from ReadableStream or similar (instead of loading the complete file into memory) #538
Labels
area:packages
issue regarding one of the uploadthing packages
✨ enhancement
suggestion or feature request to improve uploadthing
planned
We would like this to happen
Describe the feature you'd like to request
Upload file from a stream (like ReadableStream) at server side. I want to be able to upload a large file from a stream so I don't need it to be fully loaded into memory. Also, I want to know the upload progress, with this I will be able to do it.
Describe the solution you'd like to see
A option to provide some kind of stream instead of only a Blob with all the content loaded in it.
Additional information
No response
👨👧👦 Contributing
The text was updated successfully, but these errors were encountered: