HelpBot Assistant

How can I help you?

FileUploadSuccessEventArgs

16 Mar 20261 minute to read

Represents the event arguments for file upload success event.

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.

fileUrl string

Specifies the file url.

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.