How can I help you?
ImageUploadingEventArgs
6 Feb 20261 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 { [key: string]: string }[]
Returns the XMLHttpRequest instance that is associated with the current upload action.
customFormData { [key: string]: Object }[]
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.