form-data/form-data
A module to create readable `"multipart/form-data"` streams. Can be used to submit forms and file uploads to other web applications. observed · 2026-08-28
Health v2 · maintenance only
71/100
- Activity 87
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5588
- days_rel: n/a
- days_push: 82
- n_releases_24m: 0
Adoption not part of the score
2355 stars · 402 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Node.js library for creating readable multipart/form-data streams, inspired by the XMLHttpRequest-2 FormData interface. It supports appending strings, buffers, and file streams, and can submit forms and file uploads to other web applications.
Use cases
- upload files to an http endpoint from node
- build multipart/form-data request bodies with streams
- submit forms programmatically to web applications
- append buffers and file streams to a form payload
- mimic browser FormData in nodejs
When to choose
- you need multipart/form-data uploads in Node.js with stream support
- you want an API matching the browser FormData interface
- you need to upload large files without buffering them in memory
When to avoid
- you are in a browser and can use the native FormData API
- you only need JSON request bodies
- you are using fetch with built-in FormData support and don't need stream submission
Facets
library · maturity stable
http-client serialization file-upload web-development backend apis developer-tools serverless multipart-form-data file-upload streams formdata npm nodejs
2 sources
- readme: https://github.com/form-data/form-data · fetched 2026-08-28 · 06fa49bf553e
- registry_npm: https://registry.npmjs.org/form-data · fetched 2026-08-29 · 60eaa2739b15
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| form-data/form-data | main | 71 |
For agents
markdown · JSON · MCP: product_card(name="form-data/form-data")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem