<!-- ⚠️ ⚠️ ⚠️ ⚠️ ⚠️ ⚠️ You must complete this entire issue template to receive support. You MUST NOT remove, change, or replace the template with your own format. A missing or incomplete report will cause your issue to be closed without comment. Please respect the time and experience that went into this template. It is here for a reason. Thank you! ⚠️ ⚠️ ⚠️ ⚠️ ⚠️ ⚠️ --> ### Support plan <!-- We are here to help! You do not need to pay to receive support. The free Community support plan is, by its nature, limited to community members available to help. Most community support issues are resolved within 2 weeks. --> - Which support plan is this issue covered by? (Community, Sponsor, Enterprise): Community, I'll submit a PR - Currently blocking your project/work? (yes/no): yes - Affecting a production system? (yes/no): no ### Context - Node.js version: latest - [Release Line](https://github.com/node-formidable/formidable/issues/769) of Formidable (Legacy, Current, Next): next - Formidable exact version: 3.5.4 - Environment (node, browser, native, OS): node - Used with (popular names of modules): ### What are you trying to achieve or the steps to reproduce? I'm parsing a request that has this content-type: ``` Content-Type: multipart/form-data; boundary=--uj05Dyqd7Fd5aqAJnK1j9WeJSONmNy5vSGbM1oLf ``` ### What was the result you got? Formidable thinks it's JSON ### What result did you expect? It should be parsed as `multipart/form-data`