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
Increasing File Input Width
Each input field in RadUpload is composed of a transparent standard file input (which is hard to customize) and
skinned textbox and button below. In this way a nice look and functionality are
achieved at the same time.
To increase the width of the file inputs in RadUpload, follow these
two steps:
If you have set RadUpload property enablefileinputskinning to false meaning that you want
to display only the standard file inputs, then the first step is sufficient.