https://github.com/carlosvega20/file-upload-nodejs
How the hell do I upload a file via the browser to Nodejs?
https://github.com/carlosvega20/file-upload-nodejs
Last synced: 8 days ago
JSON representation
How the hell do I upload a file via the browser to Nodejs?
- Host: GitHub
- URL: https://github.com/carlosvega20/file-upload-nodejs
- Owner: carlosvega20
- Created: 2015-08-03T16:01:36.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-03T16:04:26.000Z (over 10 years ago)
- Last Synced: 2025-03-11T05:18:04.451Z (10 months ago)
- Language: JavaScript
- Size: 1.34 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
file-upload-nodejs
=========================================================
Sample code for uploading a file through a web browser with drag and drop or file upload input element.
### Requirements
1) NodeJS, npm
### Steps
1) In a terminal tab, `npm install` to install dependencies.
2) `node server.js` to start the server.
3) Node app is now running on http://localhost:3030.
TODO:
upload to mongo.
upload to firebase.