This is a migrated thread and some comments may be shown as answers.

Access is denied on Submit

2 Answers 91 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Charles Kline
Top achievements
Rank 1
Charles Kline asked on 30 Aug 2010, 07:44 PM

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.

Line: 5617
Char: 1
Code: 0
URI: http://localhost/SelfServiceQuoterDuplication/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_RadScriptManager1_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d1.0.61025.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3aen-US%3a1f0f78f9-0731-4ae9-b308-56936732ccb8%3aea597d4b%3ab25378d2%3bTelerik.Web.UI%2c+Version%3d2009.3.1324.20%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-US%3a40669927-5ca3-42ff-91d0-f64b5422fc66%3a16e4e7cd%3af7645509%3a24ee1bba%3a19620875%3a874f8ea2%3a33108d14%3abd8f85e4%3a1e771326%3aaa288e2d%3a68f76a79%3a2a2fc429%3aa585d0d4%3aed16cbdc

I'm stumped. Any help appreciated.

Thanks

2 Answers, 1 is accepted

Sort by
0
Genady Sergeev
Telerik team
answered on 02 Sep 2010, 03:48 PM
Hi Charles Kline,

Which version of the Telerik controls do you use? Such error used to exist in very early versions of RadAsyncUpload but we have got it resolved for the latest version. Is it possible to upgrade to latest and check whether the issue persist?

All the best,
Genady Sergeev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Stéphane
Top achievements
Rank 1
answered on 22 Oct 2012, 06:51 PM
It might be related to an http header.  You might want to check my answer on this other post: http://www.kendoui.com/forums/ui/upload/ie9-access-is-denied.aspx
Tags
Upload (Obsolete)
Asked by
Charles Kline
Top achievements
Rank 1
Answers by
Genady Sergeev
Telerik team
Stéphane
Top achievements
Rank 1
Share this question
or