muhammad-alamin1 / everything-file-upload

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multer file Upload

  • Multer is a node.js middleware for handling multipart/form-data, which is primarily used for uploading files.
  • Multer adds a body object and a file or files object to the request object. The body object contains the values of the text fields of the form, the file or files object contains the files uploaded via the form.

Multer Documentation

About


Languages

Language:JavaScript 56.5%Language:EJS 42.9%Language:Procfile 0.7%