Vote count:
0
I use Express(3.6.0) + formidable(latest) for upload files to S3.
When I submit post , then I always got Error Request Aborted.
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