ASPxClientUploadControl Events
A client-side equivalent of the ASPxUploadControl control.
Name | Description |
---|---|
Drop |
Fires when the mouse enters a drop zone or an external drop zone element while dragging a file. |
Drop |
Fires when the mouse leaves a drop zone or an external drop zone element while dragging a file. |
File |
Occurs on the client side when the file input elements count is changed. |
Files |
Occurs on the client after upload of all selected files has been completed. |
Files |
Occurs on the client side before file upload is started. |
File |
Occurs on the client side after a file has been uploaded. |
File |
Obsolete. Occurs on the client side before upload of the specified files starts. |
Init |
Occurs on the client side after the control has been initialized.
Inherited from ASPx |
Text |
Fires on the client side when the text within the control’s edit box is changed while the control has focus. |
Uploading |
Occurs on the client side when the progress bar indicator position is changed. |
Validation |
Enables you to specify whether the selected file |
See Also