Resuming uploads

Does ios client resume uploads where they were interrupted rather than starting from the beginning?

(I think android client recently implemented this with chunking)

It’s no possible with iOS, the suspend and resume it’s possible only for download, but this isn’t implemented in Nextcloud iOS.

https://developer.apple.com/reference/foundation/urlsessiontask/1411565-suspend

Cheers

so chunking to achieve “resume” is not possible in iOS?

here is a link to how the android devs made it work: https://github.com/nextcloud/android/issues/159

Non in “automatic mode” (pause/resume) but after an error, knowing the position, we may experience :wink: