[Feature] Resumable Uploads #19118
Closed
calebberhow
started this conversation in
Feature Request
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have searched the existing feature requests, both open and closed, to make sure this is not a duplicate request.
The feature
Resumable Uploads
As a user, it is very frustrating when a large upload fails part-way through. This can be caused by a number of things such as changing mobile networks and opening/closing immich app. I think that resumable uploads would also help to resolve a bunch of users' issues with reverse proxies limiting the maximum body size because large files would be multiple requests.
I know that Google services have this feature, and chunks files >8MB in 256KiB sections. This allows users to pause and resume uploads as well as recover from failures and allows uploads on intermittent/spotty connections.
Platform
Beta Was this translation helpful? Give feedback.
All reactions