Search results

FailureEventArgs API in JavaScript (ES5) Uploader API control

Properties

chunkIndex

number

Returns the upload chunk index.

chunkSize

number

Returns the upload chunk size.

e

object

Returns the original event arguments.

event

object

Returns the original event arguments.

file

FileInfo

Returns the details about upload file.

operation

string

Returns the upload event operation.

response

ResponseEventArgs

Returns the upload event operation.

statusText

string

Returns the upload status.

totalChunk

number

Returns the total chunk size.