LOG: Server response: Error trying to get server response: Error: Access is denied.
We traced that the error is caused by a code in kendo.web.min.js > stopFrameSubmit:
e.contentWindow.location.href=e.contentWindow.location.href.
I've also searched similar topics and came across the IE issue of upload not working across different domains. However, this is not the case for us since we don't make use of another domain in our site. Further research led me to another forum thread saying that IE denies access to the IFrame content when the response code is not 200 OK. If this is the case for other browsers such as IE, does this mean that there should be a change in the above code to accommodate this behavior?
9 Answers, 1 is accepted
Thank you for taking the time to investigate this issue.
I'd say that you can ignore the error, if it's not visible to the user. Of course, it would be better if we can avoid it altogether.
Do you get a different result if you remove the line from the code? It's original purpose is to get rid of the stale loading indicator in older IEs. I wouldn't be surprised if it somehow triggers some of the mysterious IE access rules.
And finally, do you get different results if the upload is not in the modal dialog?
Tsvetomir Tsonev
the Telerik team
We'll remove this line, as it causes more trouble than it's worth. Expect this to take effect in the next internal builds and service releases.
As a token of gratitude for your involvement your Telerik points have been updated.
Tsvetomir Tsonev
the Telerik team
The fix is available in the internal builds and we'll be included in the next release as well
A Service Pack is scheduled to go live by the end of next week.
Apologies for the caused inconvenience.
Tsvetomir Tsonev
the Telerik team
I am trying to use kendo upload control in Spring MVC/JSP application using Asynchronous upload method based on below demo url.
http://demos.telerik.com/kendo-ui/upload/async
My implementation works fine in FireFox and Chrome, but I receive below error message in IE 9. We are using Kendo version - 2015.2.805. Similar to the message discussed in this thread. Can you please help us solve this issue?
LOG: Server response: Error trying to get server response: Error: Access is denied.
I've addressed your question in the related support ticket.
Even though the error message might be similar, the mentioned issue has been long resolved. It's unlikely that the error you see is caused by it.
Regards,
T. Tsonev
Telerik
Hello,
I have the same problem. How to solve it?
Regards,
Stas
Hello Stas,
The current thread is for a very old issue from 2012, which has been resolved long time ago. Could you please open a separate forum thread or ticket and elaborate further what is the exact issue that you are experiencing?
Regards,Dimiter Madjarov
Telerik