Search results

UploadingEventArgs API in Vue Uploader API component

Properties

cancel

boolean

Defines whether the current action can be prevented.

chunkSize

number

Returns the chunk size in bytes if the chunk upload is enabled.

currentChunkIndex

number

Returns the index of current chunk if the chunk upload is enabled.

currentRequest

XMLHttpRequest

Returns the XMLHttpRequest instance that is associated with upload action.

customFormData

{ [key: string]: Object }[]

Defines the additional data in key and value pair format that will be submitted to the upload action.

fileData

FileInfo

Returns the list of files that will be uploaded.