Streaming an uploaded file to an HTTP request
问题 My goal is to accept an uploaded file and stream it to Wistia using the the Wistia Upload API. I need to be able to add fields to the HTTP request, and I don't want the file to touch the disk. I'm using Node, Express, Request, and Busboy. The code below has two console.log statements. The first returns [Error: not implemented] and the second returns [Error: form-data: not implemented] . I'm new to streaming in Node, so I'm probably doing something fundamentally wrong. Any help would be much