Commit Graph

16 Commits

Author SHA1 Message Date
Dmitry Radkovskiy
168f6b9d6a String is a valid storage destination option 2016-08-29 15:09:54 +03:00
Paul van Brenk
07b2e6b616 Remove duplicate method and re-order some 2016-08-18 13:07:30 -07:00
york yao
4d42a7f7bd add override method of the multer methods (.single(), .array(), fields()) 2016-08-18 06:54:59 +08:00
york yao
739bd1a474 the muster.array() 's parameter is optional 2016-08-17 18:54:40 +08:00
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
vvakame
7de6c3dd94 Merge branch 'master' into rename-repo-url 2016-03-17 21:06:54 +09:00
vvakame
14fe4313f4 replace internal module to namespace 2016-03-17 02:18:10 +09:00
vvakame
56295f5058 replace https://github.com/borisyankov/DefinitelyTyped to https://github.com/DefinitelyTyped/DefinitelyTyped 2016-03-17 00:55:26 +09:00
vvakame
4de74cb527 normalize line ending (CRLF -> LF) 2016-02-16 01:20:30 +09:00
David Broder-Rodgers
7f1a9bdddb Updated multer typings 2015-12-23 13:38:25 +00:00
Wouter de Vries
6581370a8b shared interface + updated File properties 2015-07-19 14:49:30 +02:00
Wouter de Vries
69edb71444 added file typing for callbacks 2015-07-18 15:03:16 +02:00
vilicvane
a94992717c add missing comma 2015-06-11 18:10:41 +08:00
vilicvane
ce644f3dd3 complete multer declaration. 2015-06-11 18:00:48 +08:00
Jason Tremper
3a022a9a64 Fixes for PR #3313 review 2014-12-18 07:46:43 -05:00
Jason Tremper
13f2c691bf Adding multer.d.ts for expressjs multer support 2014-12-12 13:49:38 -05:00