We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
node-formidable/formidable#324
The text was updated successfully, but these errors were encountered:
Looks like there is an undocumented max file size option you can pass into formidable
https://github.com/felixge/node-formidable/blob/05e4743078f0a10cc556ec7351a629643e2b95b9/lib/incoming_form.js#L28
Use the options.formidable object to pass this https://github.com/dlau/koa-body#options
options.formidable
Sorry, something went wrong.
But the maxFileSize is not in the index.d.ts of koa-body
maxFileSize
index.d.ts
koa-body
No branches or pull requests
node-formidable/formidable#324
The text was updated successfully, but these errors were encountered: