Search results

ImageFailedEventArgs API in JavaScript RichTextEditor API control

Provides detailed information about a failed Image upload event in the RichTextEditor.

Properties

e

object

Returns the original event arguments.

file

FileInfo

Details about the file that failed to upload.

name

string

Specifies the event name.

operation

string

Describes the operation performed during the failed upload attempt.

response

ResponseEventArgs

Returns the response details of the failed upload event.

statusText

string

Provides status text describing the failed upload.