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

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: 4 months 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.