- Change Docker mount from /data/uploads to /data directly
- Remove pre-creation of .tmp directory in Dockerfile
- Add dynamic creation of .tmp directory during chunked upload
- Hide all dot-prefixed directories in file listing
- Files now appear directly in root directory without uploads folder
- 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