ImageUploadingEventArgs

12 Sep 20251 minute to read

Provides detailed information about an image uploading event.

Properties

cancel boolean

Defines whether the current image upload action can be prevented.

currentRequest { : }[]

Returns the XMLHttpRequest instance that is associated with the current upload action.

customFormData { : }[]

Defines the additional data in a key and value pair format that will be submitted with the upload action.

filesData FileInfo[]

Returns the list of files that are scheduled to be uploaded.