A JavaScript + Angular.js library providing multiple simultaneous, stable, fault-tolerant and resumable/restartable file uploads via the HTML5 File API.
features
- Multi file upload support
- Folder upload support(Chrome only)
- Darg & Drop support
- Upload progress bar
- Cancelable uploads
- Pause/Resumable uploads
- Chunked uploads
- Cross-site uploads
Demo
You can try it at:http://hxzqlh.com/Upload/
Files
1 | ├── README.md |
How do I set it up with my server?
Please read the How do I set it up with my server?
section of https://github.com/flowjs/flow.js
upload.php
and src
folder is a php implementation of server, you can rewrite to python or other languages.