formidable icon indicating copy to clipboard operation
formidable copied to clipboard

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.

Results 77 formidable issues
Sort by recently updated
recently updated
newest added

This PR aims to convert the source code into TypeScript without major refactoring. Benchmarks, examples, and tests are excluded from the scope of this PR. I'm aware of #854 already...

Using Formidable 3.5.1 Since we upgraded from v2 to Formidable v3, our server is crashing every few days, always with these errors: ```plaintext server_1 | 2023-10-29 10:08:51: [error] App: 174.194.132.166...

bug

I would like to use the parser in basically all env. Node, deno, bun, even browser. however it's so dependent upon NodeJS stuff. I would like to make a feature...

@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...

We noticed there were quite a number of Dependabot's PRs open. We ran Adaptly on one of them to help you catch breaking changes in these new versions. Our tool...

Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.18.2. Release notes Sourced from express's releases. 4.18.2 Fix regression routing a large stack in a single route deps: [email protected] deps: [email protected] perf: remove unnecessary...

### Discussed in https://github.com/node-formidable/formidable/discussions/924 Originally posted by **tyzion** February 10, 2023 Hi, I have a question Is it possible to get the total size of uploaded files from the library...

Status: Proposal
Type: Discussions

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

Bumps [cookiejar](https://github.com/bmeck/node-cookiejar) from 2.1.3 to 2.1.4. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cookiejar&package-manager=npm_and_yarn&previous-version=2.1.3&new-version=2.1.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...