xuang7 opened a new issue, #3680: URL: https://github.com/apache/texera/issues/3680
### **Motivation** Currently, users must restart file uploads from scratch if their connection is interrupted, the page reloads, or any other issue occurs during the upload. In such cases, the multipart upload is aborted and all progress is lost. This can be highly disruptive when uploading large files, resulting in lost time and poor user experience. ### **Proposed Changes** - Resume Support: Implement client-side tracking of uploaded parts (e.g., via local storage or session state). - Failure Handling: Prevent aborting completed parts unless explicitly cancelled by the user. - User Feedback: Indicate when an upload is being resumed and display progress accordingly. ### **Benefits** - Dramatically improved user experience for large file uploads - Reduced server load from redundant upload attempts -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
