in the **IncomingForm.prototype.handlePart** line 183: if (part.filename === undefined) { change to if(!part.filename) will resolve this bug