[Feature] Merge frontend and backend uploads #7287
sky96111
started this conversation in
Feature Request
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
The feature
As mentioned in issue #7119 , frontend upload and backend upload are two different services.
Which raises the following issues when uploading huge files:
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.
https://pub.dev/packages/workmanager maybe useful but I am not an export in Android dev and have no idea
Platform
All reactions