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
{{ message }}
This repository was archived by the owner on Nov 9, 2017. It is now read-only.
YFrogLib should support also this API:
http://code.google.com/p/imageshackapi/wiki/ChunkedVideoUploadApiI
In client we need to try to use this API first. If START command fails, we
should fall
back to regular, non-chunked API. If START succeeds we need to use this API. In
case of error we need to retry several times to resume already started upload
before failing. Additionally, for images in queue, if upload was started but
stopped (by user or because of error) uploading should resume from the stopped
position next time. That means we need to save in queue ID of started upload,
if available.
Original issue reported on code.google.com by *dzirt...@codeminders.com on 31 Mar 2011 at 4:52