fdintino/nginx-upload-module
A module for nginx web server for handling file uploads using multipart/form-data encoding (RFC 1867). observed · 2026-09-03
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
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: 6463
- days_rel: n/a
- days_push: 777
- n_releases_24m: 0
Adoption not part of the score
1003 stars · 377 forks observed · 2026-09-03
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
An nginx module written in C that parses multipart/form-data (RFC 1867) request bodies, storing uploaded files to disk and passing a modified request downstream. It also supports resumable uploads via a custom protocol.
Use cases
- handle multipart file uploads in nginx
- resumable large file uploads
- offload upload parsing from backend app servers
- store uploaded files to disk before passing to app
- limit upload file size and rate at the web server
When to choose
- you use nginx and want fast, native handling of multipart uploads
- you need resumable uploads without a separate upload service
- you want to strip file payloads from requests before they hit your backend
When to avoid
- you use a web server other than nginx
- you need uploads processed fully in memory or streamed to object storage
- you want a maintained module with a standard OSI license (license is non-standard)
Facets
plugin · maturity active
file-upload http-server middleware web-development backend files c nginx-module multipart-form-data resumable-uploads rfc-1867 linux nginx web-server
1 source
- readme: https://github.com/fdintino/nginx-upload-module · fetched 2026-09-03 · 756b0253d01b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| fdintino/nginx-upload-module | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="fdintino/nginx-upload-module")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem