ASPxClientUploadControlUploadingProgressChangedEventArgs Properties
Provides data for the ASPxClientUploadControl.UploadingProgressChanged event.
Name | Description |
---|---|
current |
Gets the content length of the currently uploaded file. |
current |
Gets the name of the file being currently uploaded. |
current |
Gets the position of the current file upload progress. |
current |
Gets the content length of the current file already uploaded to the server. |
file |
Gets the number of the files selected for upload. |
progress | Gets the current position of total upload progress. |
total |
Gets the content length of the files selected for upload. |
uploaded |
Gets the content length of the files already uploaded to the server. |
See Also