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!
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!