animl-frontend icon indicating copy to clipboard operation
animl-frontend copied to clipboard

[Bulk upload] Gracefully handle network interuptions

Open nathanielrindlaub opened this issue 4 months ago • 1 comments

  • [ ] gracefully handle network interruptions (for starters listen for them, abort upload, and display and display error to user.

  • [ ] A super slick approach would be to track the success/failures of individual parts being uploaded and retry each one individually with exponential back-off if any parts fail (see AWS' example of that here). Right now if any part fails users would have to re-start the upload form the beginning.

Originally posted by @nathanielrindlaub in #152

nathanielrindlaub avatar Aug 01 '25 15:08 nathanielrindlaub