lundi 26 mai 2014

Use node-formidable upload files, always get "Error Request Aborted"


Vote count:

0






  1. I use Express(3.6.0) + formidable(latest) for upload files to S3.




  2. When I submit post , then I always got Error Request Aborted.




  3. incoming_form.js:




IncomingForm.prototype.parse = function(req, cb) { ....... ....... ....... req .on('aborted', function() { self.emit('aborted'); self._error(new Error('Request aborted')); }) ....... ....... ....... }


I want to know why I got aborted and how to debug it.



asked 1 min ago






Aucun commentaire:

Enregistrer un commentaire