Tuesday, January 17, 2012

File upload with express.js


Uploading files with express.js is insanely simple!

FYI, there's something special called req.files when you upload multipart forms. In this case I upload the file with a form field with the name of "file".



I found this stuff out here:
https://groups.google.com/forum/#!topic/express-js/vDmtdWMx5tY


1 comment: