Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 219 Bytes

File metadata and controls

5 lines (3 loc) · 219 Bytes

Upload and Download files using multer

Client directory contains the code for uploading an image file on front-end.

Server directory makes use of multer library to read files sent as multi-part form data by client.