Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

#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
languagetext
themeFadeToGrey
type ImageClient struct {
	storeName string
	tagMeta   string
}

...