Hi Saravanan,
The problem happens, because
RadUpload cannot upload files using AJAX calls. In order to upload a file your application must perform a full page postback. You can create a PostBackTrigger in the UpdatePanel for the button that initiates postback as follows.
ASPX:
Hope this helps.
Regards,
Princy.