or
							




<telerik:RadAsyncUpload runat="server" ID="updControl" Skin="Office2007" MaxFileInputsCount="1"
ControlObjectsVisibility="None" AllowedFileExtensions=".xls,.xlsx" OverwriteExistingFiles="true"
Height="20px" OnClientFileUploadFailed="UploadFailed" OnClientFileSelected="FileSelected">
</telerik:RadAsyncUpload>
function UploadFailed(sender, args) {
setErrorMsg(
"Please ensure required file to be uploaded is saved and closed.");
args.set_handled(
true);
return;
}
Please find the attached screen shots
Thanks

