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.
- Host: GitHub
- URL: https://github.com/khanguslee/file-upload-nodejs
- Owner: khanguslee
- Created: 2017-11-14T07:25:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-14T10:18:40.000Z (over 7 years ago)
- Last Synced: 2025-02-03T09:17:06.523Z (5 months 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.