Arguments for HxInputFileCore.OnFileUploaded
event.
Name | Type | Description |
---|---|---|
ContentType | string |
File MIME type provided by the browser. |
FileIndex | int |
Index of the file uploaded. |
LastModified | DateTimeOffset |
File last modification provided by the browser. |
OriginalFileName | string |
Name of the file provided by the browser. |
ResponseStatus | HttpStatusCode |
Response status received from the UploadUrl endpoint. |
ResponseText | string |
Response body received from the UploadUrl endpoint. |
Size | long |
File provided by the browser. |