Hi Med,
RadUpload cannot upload files using AJAX calls. This is a limitation of the
XmlHttpRequest
component, used in all AJAX frameworks for asynchronous calls to the
application. In order to upload a file your application must perform a
full page postback.
The solution is to attach the following function to the OnRequestStart client side event of your RadAjaxManager:
JS:
Please take a look into
this for more information.
Thanks,
Princy.