mirror of
https://github.com/kyantech/Palmr.git
synced 2026-01-09 06:02:28 +08:00
- Replaced custom file upload logic with Uppy for improved handling of uploads. - Introduced a new hook `useUppyUpload` to manage file uploads, including multipart support for large files. - Created a centralized upload configuration file to manage upload settings. - Updated `UploadFileModal` component to utilize the new Uppy hook and configuration. - Removed obsolete S3 upload utility as functionality is now handled by Uppy. - Added new API endpoints for multipart upload operations: create, complete, and abort. - Enhanced error handling and user feedback during the upload process.