Overwrite Existing Files
When there are files with the same name as the uploaded ones, the RadUpload can overwrite the existing files. By default the overwriting of files is disabled, but you can enable it by setting the OverwriteExistingFiles property to True.
Example 1: Allow overriding of existing files
<telerik:RadUpload x:Name="radUpload"
OverwriteExistingFiles="True" />