New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

OnClientFileUploadRemoved

The OnClientFileUploadRemoved occurs after the selected file has been removed from the uploaded files collection.

The event handler receives two parameters:

  1. The instance of the RadAsyncUpload control firing the event.

  2. An eventArgs parameter containing the following methods:

  • get_fileName The name of the file that has been removed from the uploaded files collection.
In this article