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

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?

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.