Saturday 29 April 2017

Split nodejs streams into multiple streams by specifying size and upload the splitted chunks

Here i want to open a readable stream by request module opening a file url and then i want to break it into multiple streams by size and upload each streams to another server. The target destination doesn't allow larger file in a request so i have to break and upload fragments in this process i don't want anything to be buffered or stored on file just pipe the process?



via Samundra Khatri

No comments:

Post a Comment