ChunkFailureEventArgs

Interface represents the event arguments for the chunkFailure event.

Properties

cancel Boolean

Gets or sets a value indicating whether we should cancel the operation or not.

chunkIndex Number

Gets the upload chunk index.

chunkSize Number

Gets the upload chunk size.

event Event

Gets the original triggered event arguments.

file FileInfo

Gets the file info object.

name String

Gets the name of the event.

response ServerResponse

Gets the server response.

totalChunk Number

Gets the total chunk size.