express-formidable
express-formidable copied to clipboard
error handling on processing incoming form
We were getting errors at "formidable/lib/incoming_form.js", resulting in an uncaught exception. I added form.on('error', callback) to handle these types of errors.
This change is not necessary anymore, right?