By default the RadUpload allows you to select and upload multiple files. If you want the user to select and upload only one file at a time you can set the IsMultiselect property to False (its default value is True).
CopyXAML
<telerik:RadUpload IsMultiselect="False" />
See Also