I uploading the images using connect-form and express as in https://github.com/visionmedia/express/blob/cbdd907393e6fc9cf4eb092237241d1626a9a98d/examples/multipart/app.js.
The images get saved to /tmp directory.
I want to change it from /tmp to some directory that is within the application context. How can I do this ?
You can set
and the file is saved in the fixed path.