ResponseEventArgs
12 Sep 20251 minute to read
Provides information about a response received after an Image upload event in the RichTextEditor.
Properties
headers string
Returns upload image headers information, if available.
readyState object
Returns readyState information of the upload process.
statusCode object
Provides the status code returned for the uploaded image.
statusText string
Returns the status text of the uploaded image.
withCredentials boolean
Indicates if the upload was performed with credentials.