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

Telerik.Web.UI.RadAsyncUploadProgressUpdatingEventArgs

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 (

  • element)

    Parameters

    Returns

    Element

  • element containing the file input for the selected file.
  • In this article