express has formidable baking through Connect Connect middleware, for example. you can simply send POST files to a specific route, and then use req.files to process everything that has been downloaded.
A very simple option for handling file uploads through jQuery Form Plugin , and if you use Jade as a template engine, you just need a form that has an input for the file, and the plugin should take care of the rest.
source share