 |
| Uploaded % () Total |
 |
| Uploaded files: % () Total files: |
| Uploading file: |
| Elapsed time: Estimated time: Speed: |
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
Standard File Inputs
Progress Area can be used to manage the progress of uploads initiated by the standard file inputs.
Just drop the ProgressManager and ProgressArea in the ASPX page.
When the upload is complete you can get the uploaded files from the
RadUploadContext.Current.UploadedFiles collection.
The name of each uploaded file in the collection is the UniqueID of its file input.