req.files.avatar
to access file on server sideHow can I send this file (req.files.avatar) by HTTP POST method (name="avatar") to another server. I don't want to store it before sending.
I think what your looking for is;
https://github.com/nodejitsu/node-http-proxy