Fine Uploader's demo with nodejs server.
- Gallery View for Images [
http://localhost:8000/upload.html
] - Manually Trigger Uploads & Edit File Names [
http://localhost:8000/upload2.html
]
To get you started you can simply clone the Fine Uploader
Demo repository and install the dependencies:
npm install
The simplest way to start this demo is:
npm start
Now browse to the app at [http://localhost:8000/upload.html
][local-app-url].