New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
 element)
  element containing the file input for the selected file. 
Telerik.Web.UI.RadAsyncUploadProgressUpdatingEventArgs
Updated over 6 months ago
Inheritance Hierarchy
Methods
get_data
Returns data object containing information regarding the progress. The data object contains the following properties:
- percent - returns the percentage of the uploaded file.
 - fileSize - returns the file size in bytes.
 - fileName - returns the name of the uploading file.
 - uploadedBytes - returns the number of uploaded bytes.
 
Parameters
Returns
Object data object containing information regarding the progress.
get_row
Returns the row containing the file input field for the file that was just selected (
Parameters
Returns
Element