expressjs / express

Fast, unopinionated, minimalist web framework for node.
https://expressjs.com
MIT License
65.29k stars 15.79k forks source link

connect-form/index.js hava a bug. #347

Closed lelandtseng closed 14 years ago

lelandtseng commented 14 years ago

form = req.form = new formidable.IncomingForm(); // no hava '( )' if no hava, and examples/multipart no can run...

tj commented 14 years ago

this should not influence anything, it works fine for me: make test

tj commented 14 years ago

^--- in connect-form's repo

tj commented 14 years ago

closing for now, please comment if you still have an issue