You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using an iPad to edit videos and uploads of the resulting large files (i.e., several GB in size) often fail, depending on network conditions (unless it's a really good connection large files will time out / fail for whatever reason while small files upload just fine).
Describe the solution you'd like
I believe having chunked upload support like in the Desktop client would really make large file uploads more robust. Even for smaller files, that would help in bad network conditions as only smaller fragments have to be re-transmitted in case of errors vs the whole failed file.
I understand that iOS doesn't make implementing this easy, but maybe with all the recently added multi tasking / multi window support in i(Pad)OS there were also some features introduced that would help running / resuming such chunked uploads? Even if I would have to keep the app open / running in a split screen for the duration of the upload, it would be an improvement imho.
Describe alternatives you've considered
The (inconvenient) alternative is to move files off the iPad via USB-C and upload from the notebook.
The text was updated successfully, but these errors were encountered:
jkraemer
changed the title
Chunked Uploads
[Feature Request] Chunked Uploads
May 5, 2020
I just saw owncloud/ios-sdk#65 (TUS Uploads) which I believe would solve my problem. Is this something that is already supported on the server side? Never heard of that before.
The Problem
I'm using an iPad to edit videos and uploads of the resulting large files (i.e., several GB in size) often fail, depending on network conditions (unless it's a really good connection large files will time out / fail for whatever reason while small files upload just fine).
Describe the solution you'd like
I believe having chunked upload support like in the Desktop client would really make large file uploads more robust. Even for smaller files, that would help in bad network conditions as only smaller fragments have to be re-transmitted in case of errors vs the whole failed file.
I understand that iOS doesn't make implementing this easy, but maybe with all the recently added multi tasking / multi window support in i(Pad)OS there were also some features introduced that would help running / resuming such chunked uploads? Even if I would have to keep the app open / running in a split screen for the duration of the upload, it would be an improvement imho.
Describe alternatives you've considered
The (inconvenient) alternative is to move files off the iPad via USB-C and upload from the notebook.
The text was updated successfully, but these errors were encountered: