Hello. I am using Internet Explorer 5.0. I am getting this error and I am not able to continue further. If somebody knows about this please let me know. Thanks
Microsoft Internet Explorer
RadUpload Ajax callback error. Source url returned error: 12029
Unknown
Telerik.raduploadprogresshandler.ashx?radurid=23f24dca-3579-4ea5-96e0-a42cd332f567
Did you register the RadUploadProgressHandler in web.config?
Please, see the help for more details: Radupload for ASP.Net Ajax – configuration – RadUploadProgressHandler
OK
RadUpload Ajax callback error. Source url returned error: 12029
Hello Larson,
There are many reasons for receiving the error message “Callback Error,” and this is generally the solution:
1. Check that the RadUploadHttpModule and the RadUploadProgressHandler registration is correct.
You can do this if you access directly the handler’s URL from the browser in the following way:
http://mysite/Telerik. RadUploadProgressHandler.ashx
where mysite is your site’s URL.
If everything is registered correctly, you should see the following line:
var rawProgressData = {InProgress:false,RadProgressContextCustomCounters:false};
2. Check for other conflicting modules and handlers in the Web.config and the order in which they are registered.
3. Check for URL Rewriter rules which may redirect the call to Telerik. RadUploadProgressHandler.ashx to somewhere else.
I hope that this helps you.
Regards.