ASPxClientUploadControlFileUploadCompleteEventArgs Properties
Provides data for the ASPxClientUploadControl.FileUploadComplete event.
Name | Description |
---|---|
callback |
Gets a string that contains specific information (if any) passed from the server side for further client processing. |
error |
Gets the error text to be displayed within the ASPx |
input |
Gets the index of a file input element within the ASPx |
is |
Gets or sets a value indicating whether the uploaded file passes validation. |
See Also