I have a server which only accepts .tar.gz files or .zip files.
Client side (in browser) I have a couple of Blob's in memory which I need to push back to the server.
Is there any way I can archive these Blob's (i.e. adding to zip or tar.gz) file by streaming them directly to the server?
I would like to avoid having the complete tar.gz file in memory before pushing back to the server.
thanks
This is a duplicate question, see here
It links to this article
For streaming tar files, see here.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With