ASPxClientUploadControlUploadingProgressChangedEventArgs.currentFileProgress Property
In This Article
Gets the position of the current file upload progress.
#Declaration
TypeScript
currentFileProgress: number
#Property Value
Type | Description |
---|---|
number | The upload progress position. |
#Remarks
Use the currentFileProgress property to get information about the current file’s upload progress value expressed as a percentage. To obtain the progress of the total upload progress, use the ASPxClientUploadControlUploadingProgressChangedEventArgs.progress property.
See Also