But I canot retrieved the posted file how will do this? can u solve this
1 Answer, 1 is accepted
0
Boyan Dimitrov
Telerik team
answered on 21 Oct 2014, 07:05 AM
Hello,
The asp:FileUpload 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. Please find more information about this limitation here.
Regards,
Boyan Dimitrov
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.