TotalProgressBar:
TotalProgress:
TotalProgressPercent:
FilesCountBar:
FilesCount:
FilesCountPercent:
RequestSize:
SelectedFilesCount:
CurrentFileName:
TimeElapsed:
TimeEstimated:
TransferSpeed:
Note: Because of the specifics of the Internet forms, chosen files will be uploaded on each
postback (e.g. each press of a button)
Note: The largest allowed combined file size for upload in this example is 100MB. This is specified by the
maxRequestLength="102400" set in Web.config file. If you attempt to upload files with total size greater that 100MB
you will get "Page Not Found" error. For more information about uploading large files visit the help article
Uploading Large Files
Source Code & Description
Progress Template
RadProgressArea contains a ProgressTemplate property, which can be used to fully customize its content and style. For example you can rearrange the progress elements or create your own progress bar.
You can also use the OnClientProgressBarUpdating and OnClientProgressUpdating events in order to modify the look and feel of the progress area to create your own custom progress gadgets.