CJ Hanson
CJ Hanson
When I call this endpoint: `/search?name=Chris&name=Bob` It works as intended giving me the value of Bob If I do the next query: `/search?name=Chris&name=Bob&name[test]` It breaks and outputs an object of...
Fixed error message for LIMIT_UNEXPECTED_FILE.
https://github.com/expressjs/multer/blob/4f4326a6687635411a69d70f954f48abb4bce58a/lib/multer-error.js#L10 I am using the LIMIT_UNEXPECTED_FILE error message when a file uploaded is the wrong file type, the human readable error message looks wrong to me, it says: "Unexpected field"...