Ecosyste.ms: Awesome
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: 18 days ago
JSON representation
Spike code to work out how to upload a file using multer and forms.
- Host: GitHub
- URL: https://github.com/khanguslee/file-upload-nodejs
- Owner: khanguslee
- Created: 2017-11-14T07:25:56.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-14T10:18:40.000Z (almost 7 years ago)
- Last Synced: 2024-10-02T11:41:12.639Z (about 1 month ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.