The RadUpload control exposes the following two server-side events:
FileExists occurs when the RadUpload control is saving its files to a target folder and a file cannot be saved because the OverwriteExistingFiles property is False and the target folder already has a file with the same name.
ValidatingFile occurs before the RadUpload control checks an uploaded file using its integrated file validation.