I post a form with file (enctype=\"multipart/form-data\") to node.js (express.js framework) and just want to send this same post request like it is just to different server. wha
remove express.bodyParser and try pipes like these:
req.pipe(request('http://host/url/')).pipe(res)