Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 954 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 954 Bytes

file-uploader

A File Uploading Web Application

About

File uploading application that uses multerJS. Multer is a node.js middleware for handling multipart/form-data, which is primarily used for uploading files. All the uploaded files are stored in "./public/uploads" folder.

Use

Select a file to be uploaded

screenshot from 2017-12-26 18-33-57

After uploading

screenshot from 2017-12-26 18-34-08

If no file is uploaded

screenshot from 2017-12-26 18-34-53

Error!

screenshot from 2017-12-26 18-35-01