dbox
dbox copied to clipboard
How to a upload a file by a stream object
How to a upload a file (stream not buffer) ?
I have a large file 11GB, the heap size is limited so I can't read the entire content and pass it to the .put method as buffer or string. I there any way to pass a stream or something ?
Have same problem