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.
MIT License
7.01k stars 680 forks source link

File size fix #791

Closed GrosSacASac closed 2 years ago

GrosSacASac commented 2 years ago

fixes https://github.com/node-formidable/formidable/issues/607

@mlorthios @kmorte review and try this branch

GrosSacASac commented 2 years ago

This would be a breaking change so version 4.0.0

GrosSacASac commented 2 years ago

I am going to test this for a week npm i node-formidable/formidable#fileSize-fix

GrosSacASac commented 2 years ago

Made it a non breaking change by changing the new defaults