formidable
formidable copied to clipboard
@cunha-ambisis you should create a new form on each request (inside app.use)
@cunha-ambisis you should create a new form on each request (inside app.use)
See examples
Originally posted by @GrosSacASac in https://github.com/node-formidable/formidable/issues/422#issuecomment-1043134451
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