ASPxClientUploadControlUploadingProgressChangedEventArgs Members
Provides data for the ASPxClientUploadControl.UploadingProgressChanged event.Constructors
Name | Description |
---|---|
constructor(fileCount, currentFileName, currentFileContentLength, currentFileUploadedContentLength, currentFileProgress, totalContentLength, uploadedContentLength, progress) | Initializes a new instance of the ASPxClientUploadControlUploadingProgressChangedEventArgs class. |
Properties
Name | Description |
---|---|
currentFileContentLength | Gets the content length of the currently uploaded file. |
currentFileName | Gets the name of the file being currently uploaded. |
currentFileProgress | Gets the position of the current file upload progress. |
currentFileUploadedContentLength | Gets the content length of the current file already uploaded to the server. |
fileCount | Gets the number of the files selected for upload. |
progress | Gets the current position of total upload progress. |
totalContentLength | Gets the content length of the files selected for upload. |
uploadedContentLength | Gets the content length of the files already uploaded to the server. |
See Also