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
Nice post man, I used it today:D
ReplyDelete