UploadResponse
Interface
Represents the response type of the Upload.
Definition
Package:@progress/kendo-react-upload
Properties
headers
any
The headers with which the server responded.
request?
XMLHttpRequest
The XMLHttpRequest instance of the browser.
response
any
The response that was provided by the server.
status
number
The HTTP status code from the server response.
statusText
string
The HTTP status message from the server response.