uploadthing
uploadthing copied to clipboard
feat: Server upload file from ReadableStream or similar (instead of loading the complete file into memory)
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
- [ ] ๐โโ๏ธ Yes, I'd be down to file a PR implementing this feature!
I think we've talked about this and want to add it in the future ๐๐ผ
I would like to see a readstream as well, it will be possible to use uploadthing as google drive or as video streaming platform since download traffic is unlimited