mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
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 |
||
|---|---|---|
| .. | ||
| multer-tests.ts | ||
| multer.d.ts | ||