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
Dear Sir/Madam,
I made a VERY BIG mistake. You see, I needed a net decompiler and stupid google suggested your damned site. A free decompiler, you say? - OK, i need it. I should reconsider as soon as I was asked to download a TRIAL of something (trial of free... hm), or when I saw the first screen of the installer and found out it will install some shitty control panel and other components I will never need. I should turn my back at this point and run away, but NO, I've installed it on my PC (sob). I really made VERY BIG mistake.
And now, I can not remove it! It is written by fucked dilletants and does not have even an uninstaller! So, please, burn in hell you damned bastards!
HTML BODY input[type=text]{color: #777c75;padding: 6px 10px; border: 1px solid #9dabb8;width: 200px;-pie-background:url('/images/cssStyle/searchInputBackground.png') repeat-x 0px 0px;background: url('/images/cssStyle/searchInputBackground.png') repeat-x;-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;behavior: url(/includes/PIE.htc);}<input name="ctl00$MasterPage$UserWelcome1$UserNameTextBox" class=" pie_first-child " id="ctl00_MasterPage_UserWelcome1_UserNameTextBox" style="width: 145px;" _pieId="_19" EnableEmbeddedSkins="False" EnableEmbeddedBaseStylesheet="False" /><telerik:RadAjaxPanel ID="LoginPanel" runat="server" Visible="False" meta:resourcekey="LogoutPanelResource1" EnableAJAX="True" Enabled="True" LoadingPanelID="RadAjaxLoadingPanel2"> <asp:Literal runat="server" ID="boxstart"></asp:Literal> <div style="float: right"> <a id="ResendPasswordLink" onclick="return ExitPage();" href="~/Login/ResetPassword.aspx" runat="server"> <asp:Literal ID="passwordLink" runat="server"></asp:Literal> </a> </div> <div> <span style="font-size: 18px; font-weight: bold;"> <asp:Literal ID="loginText" runat="server" /> </span> </div> <div class="loginForm"> <asp:Literal ID="loginName" runat="server" /> <asp:TextBox ID="UserNameTextBox" runat="server" Width="145px" meta:resourcekey="UserNameTextBoxResource1" EnableEmbeddedBaseStylesheet="False" EnableEmbeddedSkins="False" /> <asp:Literal ID="password" runat="server" /> <asp:TextBox ID="UserPassword" runat="server" Width="75px" TextMode="Password" meta:resourcekey="UserPasswordResource1" EnableEmbeddedBaseStylesheet="False" EnableEmbeddedSkins="False" /> <telerik:RadButton runat="server" ID="RadLogin" OnClick="RadLoginClick" /> </div> <asp:CheckBox ID="RememberMeChk" runat="server" meta:resourcekey="RememberMeChkResource1"> </asp:CheckBox> <asp:Label ID="RememberMe" Style="color: Black" runat="server" meta:resourcekey="RememberMeResource1"></asp:Label> <asp:CustomValidator runat="server" ID="CustomValidator1" Display="None" EnableClientScript="False"></asp:CustomValidator> <asp:ValidationSummary runat="server" ID="WelcomeUserValidationSummary" ForeColor="Red" ShowSummary="True" /> <asp:Literal runat="server" ID="boxstop"></asp:Literal> </telerik:RadAjaxPanel>