Open Markiz9999 opened 7 months ago
Without this fix fields without a name result in a "TypeError: Cannot read property 'length' of undefined".
The current change allows getting an error from multer that makes it possible to handle it in servers.
See: https://github.com/expressjs/multer/issues/1233
Without this fix fields without a name result in a "TypeError: Cannot read property 'length' of undefined".
The current change allows getting an error from multer that makes it possible to handle it in servers.
See: https://github.com/expressjs/multer/issues/1233