UploadingEventArgs

Interface represents the event arguments for the uploading event.

Properties

cancel Boolean

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

chunkSize Number

Gets the chunk size in bytes if uploading in chunks.

currentChunkIndex Number

Gets the current index of the chunk being upload if uploading in chunks.

customFormData [{}]

Gets any additional data in key and value pair format that should be included in the upload request.

file FileInfo

Gets the file info object.

name String

Gets the name of the event.

request XMLHttpRequest

Gets the XMLHttpRequest instance that is associated with upload.