Safe Creative API Web Services Reference v2 - D R A F T

work.upload.chunk

Then you can upload the file by chunks with work.uplod.chunk. You send the uploadid the offset and the data encoded in base64


REQUEST:

https://api.safecreative.org/v2/
?authkey=1i5g2aaf2bz09lyo867cuimqg
&component=work.upload.chunk
&data=VmVyeSBsb25nIGZpbGU%3D
&offset=0
&uploadid=3c33a96c-7743-43d0-9614-db70fa46d3ad
&ztime=1271749840461
&signature=f53cf9e21778719e599f6ad39bd85924ecb0bc23


RESPONSE:

<?xml version="1.0" encoding="UTF-8"?>
<workuploadchunk>
  <state>continue</state>
</workuploadchunk>

You can retry sending any chunk when it fails, you can send a chunk more than once, the send order of the chunks is not relevant

TOC