Skip to content
This repository has been archived by the owner on Sep 3, 2020. It is now read-only.

Support for resumable uploads #24

Open
heyzooi opened this issue Oct 9, 2017 · 5 comments
Open

Support for resumable uploads #24

heyzooi opened this issue Oct 9, 2017 · 5 comments

Comments

@heyzooi
Copy link

heyzooi commented Oct 9, 2017

Support for resumable uploads

@dmitry-mukhin
Copy link
Member

Can you please elaborate?
At the moment Upload API does not support this, so, probably, it's impossible to do that in the client.
But I want to know what you want here specifically.

@heyzooi
Copy link
Author

heyzooi commented Oct 9, 2017

Using the Content-Range HTTP header the client could ask the server how much of a file was stored, so the client could send only the missing part of the file, instead of try send the entire file again. This is very important for real case scenarios on mobile devices where the network is sometimes unstable (losing many packages) or slow quite often.

@heyzooi
Copy link
Author

heyzooi commented Oct 9, 2017

Yeah, i know the server does not support. I tried to implement in the client, but I would need support for this feature in the server side.

@heyzooi
Copy link
Author

heyzooi commented Oct 9, 2017

This also could be a way to upload big files in chunks.

@rsedykh
Copy link
Member

rsedykh commented Mar 13, 2020

@heyzooi jfyi, I know it's maybe way past late, but we'll try to do it in uploadcare-swift. :-)

@rsedykh rsedykh closed this as completed Mar 13, 2020
@rsedykh rsedykh reopened this Mar 13, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

3 participants