ChunkSuccessEventArgs
Interface represents the event arguments for the chunkSuccess
event.
Properties
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.