developertrinidad08 7e6cf29479 first commit
2023-01-16 18:11:14 -03:00

19 lines
365 B
Markdown

## Drag and Drop File Upload Example w/ Percentage completion
1. Run the server:
```
node server.js
```
2. Go to
```
http://localhost:9000/
```
3. Drag a file into the box. Percent transferred will be shown and the file will be saved in the example's directory.
Server code is contained in `server.js`
Client side code is contained in `public/index.html`