This would solve...
I spend two hours with a coworker trying to figure out how to upload a file using multi part formdata encoding and gave up and loaded the entire buffer into memory as a blob using the web api
The implementation should look like...
An example and test demonstrating how to do this without loading the 200mb file into an in memory Buffer.
I have also considered...
Using mikeal/request from 2012.
Additional context
This would solve...
I spend two hours with a coworker trying to figure out how to upload a file using multi part formdata encoding and gave up and loaded the entire buffer into memory as a blob using the web api
The implementation should look like...
An example and test demonstrating how to do this without loading the 200mb file into an in memory Buffer.
I have also considered...
Using mikeal/request from 2012.
Additional context