Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/khanguslee/file-upload-nodejs

Spike code to work out how to upload a file using multer and forms.
https://github.com/khanguslee/file-upload-nodejs

Last synced: 18 days ago
JSON representation

Spike code to work out how to upload a file using multer and forms.

Awesome Lists containing this project

README

        

# File Upload Button
This repository was made to investigate how to code a button that would upload a file using nodeJS, express and multer.

## Getting Started
To run the program just type in the following:
```cmd
npm run start
```
This will run an html webpage, hosted by express, that will allow the user to simply upload a file and store it on the server.