You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of `v0.1.0`, there is NO MORE `application/x-www-form-urlencoded` SUPPORT! Moving forward, express-fileupload is considered a "multipart" solution only.
11
+
#### »Promise support for `.mv()`
12
+
`.mv()` now returns a Promise when `callback` argument is not provided
13
13
14
-
If you want to parse `urlencoded` requests, [use body-parser](https://github.com/expressjs/body-parser#bodyparserurlencodedoptions).
15
-
16
-
#### » No more support for < Node.js v4
17
-
No more support for versions of Node older than v4. Use with lower versions of Node at your own risk!
14
+
#### » No more support for < Node.js v6
15
+
No more support for versions of Node older than v6. Use with lower versions of Node at your own risk!
0 commit comments