6
[Feature] Merge frontend and backend uploads
Source: immich-app/immich#7287 · opened by @sky96111
The feature
As mentioned in issue , frontend upload and backend upload are two different services.
Which raises the following issues when uploading huge files:
1. Users can't switch application to background during frontend upload (frontend uploading will be canceled)
2. Users can't open application during backend upload (frontend uploading will replace backend uploading, upload process will be reset)
Other apps such as Google Photos can switch apps into the backend and uploading still work.
A possible way is merge frontend and backend uploads into backend uploads, making frontend uploads only a trigger to start backend uploads immediately.
A greater idea is using WorkManager API, While it may be difficult in flutter-only app.
maybe useful but I am not an export in Android dev and have no idea
Platform
• Server
• Web
• Mobile
As mentioned in issue , frontend upload and backend upload are two different services.
Which raises the following issues when uploading huge files:
1. Users can't switch application to background during frontend upload (frontend uploading will be canceled)
2. Users can't open application during backend upload (frontend uploading will replace backend uploading, upload process will be reset)
Other apps such as Google Photos can switch apps into the backend and uploading still work.
A possible way is merge frontend and backend uploads into backend uploads, making frontend uploads only a trigger to start backend uploads immediately.
A greater idea is using WorkManager API, While it may be difficult in flutter-only app.
maybe useful but I am not an export in Android dev and have no idea
Platform
• Server
• Web
• Mobile
No pledges yet. Be the first to back this.
Comments
Similar requests
[Feature] Merge person properties when missing
2 votes · 0 comments
[Feature] Prioritized Thumbnail Generation for New Uploads
2 votes · 0 comments
[Feature] Configurable upload URL — send asset uploads to a different host than browsing
1 vote · 0 comments
[Feature] Reverse default left/right pos. when merging people (UX only)
3 votes · 0 comments
[Feature] Make 'merge people' page have same number of columns as 'people'
3 votes · 0 comments
No comments yet.