Add resumable upload feature with progress display

- Implement chunked file upload with 1MB chunk size
- Add progress bar with percentage and chunk counter (e.g., 2/5)
- Support resuming interrupted uploads
- Improve UI with better progress visualization
- Add dropzone.js integration for drag-and-drop uploads
- Fix progress bar jumping issue in resumable uploads
- Add file type icons and size display
- Enhance error handling and user feedback
This commit is contained in:
admin
2026-01-23 15:29:26 +08:00
parent 88db4903c9
commit 6f3cc6b725
6 changed files with 551 additions and 242 deletions

1
static/dropzone.min.js vendored Normal file

File diff suppressed because one or more lines are too long