Описание тега formidable

A node.js module for parsing form data, especially file uploads.

This module was developed for Transloadit, a service focused on uploading and encoding images and videos. It has been battle-tested against hundreds of GB of file uploads from a large variety of clients and is considered production-ready.

Formidable reads submitted form data and processes it according to predefined rules.

Crafted specially for handling file uploads, it's perfect for writing uploaded files to disk, manipulating file names, etc..

Features

  1. Fast (~500mb/sec), non-buffering multipart parser
  2. Automatically writing file uploads to disk
  3. Low memory footprint
  4. Graceful error handling
  5. Very high test coverage

Module installation & Usage information