Open Amatewasu opened 1 year ago
Hey @Amatewasu,
Unfortunately, we don't support node streams yet.
Thank you for your answer @nd0ut. I guess there is no way of uploading a file without fully loading it in RAM then?
Technically it's possible but isn't implemented in this library. You could use Upload API directly to upload files from the stream.
How to stream upload a file with Node.js?
Hi, first of all thank you for your library.
Here's a quote of the type of the uploadFile function:
If I have a large file on disk and don't want to load it in memory, how could I do that? Because in the example the file data is already in RAM but I would like to avoid that.
Thanks and have a great day!