...
#after the upload, the image_offset is now the same as image_length and upload_complete changed to true
#if upload was incomplete
Resumable upload
...
Resumable upload -PATCH
#this is the current resumable upload mechanism
...
Here is the ImageClient type that the method GetDirPath is defined on.:
Code Block | ||||
---|---|---|---|---|
| ||||
type ImageClient struct { storeName string tagMeta string } |
...