Description

Entry point for all chunk upload related tasks

Export

Hierarchy

  • ChunkUploadSdk

Constructors

Properties

urlOptions: TypeOptions

Methods

  • Chunks the provided file. If the file is a base64 string this method will convert it to a blob and then chunk it.

    Returns

    {ChunkFileResult}

    Memberof

    ChunkUploadService

    Parameters

    • file: string | Blob
    • chunkSize: number
    • contentTypeMime: string

    Returns ChunkFileResult

  • Description

    This request is intended to be used when something in the chunk upload process fails to delete the sent chunks

    Memberof

    ChunkUploadSdk

    Parameters

    Returns void

Generated using TypeDoc