node-multiparty

Multipart/form-data parser for Node.js
  https://github.com/andrewrk/node-multiparty
  0
  no reviews



Node-multiparty is a well-tested multipart/form-data parser for requests sent by HTTP clients. Files uploads are properly handled as streams, and are not written to disk by default.

This module is a fork of node-formidable.

Node.js is an event-based server-side javascript engine.