Ross ROSS = Recommend OSS · open-source software intelligence for agents

expressjs/multer

Node.js middleware for handling `multipart/form-data`. observed · 2026-08-28

github.com/expressjs/multer · homepage · JavaScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

92/100

  • Activity 99
  • Release rhythm 77
  • Longevity 100
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: 43
  • age_days: 4598
  • days_rel: 79
  • days_push: 8
  • n_releases_24m: 6

Full methodology

Adoption not part of the score

12084 stars · 1134 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

Multer is Node.js middleware for handling multipart/form-data, primarily used for file uploads, built on top of busboy. It integrates with Express and adds body and file/files objects to the request.

Use cases

  • handle file uploads in express
  • parse multipart form data in node.js
  • upload images from html form to server
  • accept multiple file uploads with size limits
  • process form fields and files together in a post request

When to choose

  • you need to accept file uploads in an Express or Node.js HTTP server
  • your forms use multipart/form-data encoding
  • you want a lightweight, battle-tested middleware built on busboy

When to avoid

  • your forms are not multipart (e.g. JSON APIs)
  • you need direct browser-side file handling
  • you want a full-featured upload service with resumable uploads

Facets

library · maturity stable

middleware file-upload http-server web-development backend apis express multipart form-data file-handling busboy nodejs web-server

2 sources

Member repositories

RepositoryRoleHealth v2
expressjs/multermain92

For agents

markdown · JSON · MCP: product_card(name="expressjs/multer")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem