coolaj86 / formaline

formaline is a module for handling form requests ( HTTP POSTs / PUTs ) and for fast parsing of file uploads.
Apache License 2.0
239 stars 16 forks source link

handling single upload #30

Closed coolaj86 closed 11 years ago

coolaj86 commented 12 years ago

Does formaline not handle single-file (non-multipart) uploads?

coolaj86 commented 11 years ago

This is outside the scope of formaline. Use req.on('data', fn) and req.on('end', fn)