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

RadUpload with RadTreeView

1 Answer 46 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Kosal
Top achievements
Rank 1
Kosal asked on 13 Aug 2008, 03:19 PM
I am displaying a RadUpload control with RadTreeView.
When a node gets expanded and clicked on the RadTreeView I am displaying a RadUpload control which allows the user to upload documents and details on the document.

This works okay until the user clicks on another RadTree Node.  The user clicking on a different node is causing a postback.  RadUpload is then attempting to upload nothing (i'm assuming this is what is happening).  I then get an access denied error.

Any work arounds or ideas on how I can handle this situation?

Thanks!

1 Answer, 1 is accepted

Sort by
0
Erjan Gavalji
Telerik team
answered on 15 Aug 2008, 05:50 AM
Hi Kosal,

Do you mention a server-side Access Denied error? Does the error happen in a smaller page, having just a RadUpload (configured the same way) and a submit button on it?

The server-side Assess Denied error denotes that the user, impersonated by the ASP.NET process does not have a permission to a folder. Can you check, please?

If the error is client-side, that could mean that a possible cross-site scripting occurs, or some code tries to change a constant, etc. If this is the case, can you send us a simplified version of your website?

Kind regards,
Erjan Gavalji
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Upload (Obsolete)
Asked by
Kosal
Top achievements
Rank 1
Answers by
Erjan Gavalji
Telerik team
Share this question
or