title | page_title | description | slug | tags | published | position |
---|---|---|---|---|---|---|
OnClientFileUploadRemoved |
OnClientFileUploadRemoved - RadAsyncUpload |
Check our Web Forms article about OnClientFileUploadRemoved. |
asyncupload/client-side-programming/onclientfileuploadremoved |
onclientfileuploadremoved |
true |
13 |
The OnClientFileUploadRemoved occurs after the selected file has been removed from the uploaded files collection.
The event handler receives two parameters:
-
The instance of the RadAsyncUpload control firing the event.
-
An eventArgs parameter containing the following methods:
- get_fileName The name of the file that has been removed from the uploaded files collection.