Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Determine limitations of background uploading #29

Closed
n8fr8 opened this issue Jan 16, 2019 · 3 comments
Closed

Determine limitations of background uploading #29

n8fr8 opened this issue Jan 16, 2019 · 3 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@n8fr8
Copy link
Member

n8fr8 commented Jan 16, 2019

  • what is the largest file we can upload in the background?
  • what limitations do we face in trying to upload multiple files in the background?
  • can we use background process / thread to stay alive, check for further files to upload?
@n8fr8 n8fr8 added this to the Dev Sprint 1 milestone Jan 16, 2019
@n8fr8
Copy link
Member Author

n8fr8 commented Jan 16, 2019

Look into HTTP upload resuming

@n8fr8 n8fr8 added the enhancement New feature or request label Jan 30, 2019
@n8fr8 n8fr8 modified the milestones: Dev Sprint 1, Dev Sprint 2 Jan 30, 2019
@n8fr8
Copy link
Member Author

n8fr8 commented Jan 30, 2019

Resuming chunked uploads works with Nextcloud, and has been implemented in their Android client: nextcloud/server#673

With iOS, we should upload all we can while we are allowed to run in the background, and persist where we left off. When the app is re-opened, we can continue any unfinished uploads.

@n8fr8 n8fr8 modified the milestones: Dev Sprint 2, Dev Sprint 3 Mar 6, 2019
@tladesignz
Copy link
Contributor

Followed up by #53 and #56.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants