Hierarchy

  • UploadToEaiwsSessionOptions

Properties

fileData: Blob | File

data of the uploaded file

fileType: SessionCacheFileType

eaiws file type of the uploaded file

onProgress?: ((pProgress: null | number, pAbortHandler: (() => void)) => void)

Type declaration

    • (pProgress: null | number, pAbortHandler: (() => void)): void
    • optional custom progress handler

      Parameters

      • pProgress: null | number
      • pAbortHandler: (() => void)
          • (): void
          • Returns void

      Returns void

progressTitle?: string

optional custom title for the upload progress

session: EaiwsSession

eaiws session to use for upload

showProgress?: boolean

if false the progress will not be shown (default: true)

urlSuffix?: string

suffix which will be added to the upload url e.g. a file extension

Generated using TypeDoc