Commit Graph

4 Commits

Author SHA1 Message Date
admin
6f3cc6b725 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
2026-01-23 15:29:26 +08:00
admin
88db4903c9 Fix upload progress and JavaScript syntax errors 2026-01-23 09:43:04 +08:00
admin
02aafabc47 Fix search box layout: add margin-top, 90% width, and compact height 2026-01-23 00:15:59 +08:00
Admin
267ae69030 Initial commit: File manager with upload, search, and modal dialogs 2026-01-22 16:49:21 +08:00