DefinitelyTyped/multer
Thiago Bustamante 1cf42d459f request.files property is not correctly mapped.
As is documented on multer project (https://github.com/expressjs/multer):

// req.files is an object (String -> Array) where fieldname is the key, and the value is array of files
  //
  // e.g.
  //  req.files['avatar'][0] -> File
  //  req.files['gallery'] -> Array
  //
  // req.body will contain the text fields, if there were any
2016-07-26 10:50:55 -03:00
..
multer-tests.ts normalize line ending (CRLF -> LF) 2016-02-16 01:20:30 +09:00
multer.d.ts request.files property is not correctly mapped. 2016-07-26 10:50:55 -03:00