Open faressoft opened 8 years ago
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
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 ?