🡠 Back to Index

Multer

What does it do?

Multer is middleware for handling multipart form-data. When a web client uploads a file to a server, it is generally submitted through a form and encoded as multipart/form-data. Multer is middleware for Express and Node.js that makes it easy to handle.

Where we used it