express-data-parser

1.2.0 • Public • Published

express-data-parser

Installation

To install it with NPM:

npm install express-data-parser --save

Configuration

It uses formidable in the back-end, so the configuration options are the same:

Configuration options for Formidable

Just pass them as the parameter:

var dataParser = require('express-data-parser');
 
// ...
 
app.use(dataParser({
  encoding: 'utf-8',
  uploadDir = "/my/dir"
  // ...
}));

Author & License

Francisco Presencia Fandos under the MIT License.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.2.0
    1,226
    • latest

Version History

Package Sidebar

Install

npm i express-data-parser

Weekly Downloads

1,227

Version

1.2.0

License

MIT

Last publish

Collaborators

  • franciscop