node-formidable / formidable

The most used, flexible, fast and streaming parser for multipart form data. Supports uploading to serverless environments, AWS S3, Azure, GCP or the filesystem. Used in production.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@cunha-ambisis you should create a new form on each request (inside app.use)

ftaiolivista opened this issue · comments

          @cunha-ambisis you should create a new form on each request (inside app.use)

See examples

Originally posted by @GrosSacASac in #422 (comment)

This must be stated more clearly in the documentation

For example the API doc that show:

import formidable from 'formidable';
const form = formidable(options);

it's misleading

Yes i also see problem in that