Change progress area properties:
To see the progress area, please upload a large file.
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
Customizing Progress Area Appearance
RadUpload contains two controls -
RadUpload and RadProgressArea. RadProgressArea is a control, which
manages the progress area, displayed when uploading files. Only one instance of
RadProgressArea is allowed on the page
RadProgressArea contains several properties
which can be customized:
-
DisplayTotalProgressBar
- when set to true, the progress area contains a progress bar for the total
request size
-
DisplayTotalProgressData - when set to true, the progress area
contains information about the total request size, ## of ## bytes (##%)
complete
-
DisplayCurrentFileName
- when set to true, the progress area displays information about the current
file being uploaded
-
DisplayFileCountProgressBar
- when set to true, the progress area contains a progress bar for the number of
uploaded files out of the total number
-
DisplayFileCountProgressData - when set to true, the progress
area contains textual data about the number of files complete, ## of
## files (##%) complete
-
DisplayTimeData
- when set to true, displays information about the elapsed and remaining time
-
DisplayCancelButton
- when set to true, displays a cancel button
-
EnableAbsolutePositioning - when set to true, the progress
area is displayed as a floating element depending on its Top and Left
properties
