Hi all,
Getting an error "Access is denied" when trying to submit rad upload from IE only. I have a JavaScript fix in place for the issue where clicking on the file input area does not bring up the file browser:
function pageLoad() { if ($telerik.isIE) $telerik.$('.ruFileInput, .ruFakeInput').live('mousedown', function () { $telerik.$('.ruFileInput', this.parentNode)[0].click(); return false; }); }With this code in place the file browser works in IE, but when clicking on the submit button I get an error. This happens on both our dev. server and localhost.
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET CLR 1.1.4322)
Timestamp: Mon, 30 Aug 2010 18:39:46 UTC
Message: Access is denied.
I'm stumped. Any help appreciated.
Thanks