This example allows for uploading a file by:
- selecting a file on your machine
- entering a URL
- saving to an uploads folder on your server
- renaming the file with a datestamp
- limits file size to 1.5 MB (can be changed)
##TODO
- validation of non-conform files
- currently allows uploading any kind of file
Type these commands in the terminal inside the folder where you cloned the repository
npm install
to install node modulesnodemon
if not installednpm install nodemon -g
open http://localhost:3000/