Is there something I should be doing in codebehind or some setting I need to enable to allow uploads through fileexplorer? The upload button isn't clickable; it's grayed out, and if I hover over it it just shows "mylink.aspx#". What am I doing wrong
Do I have to create another radwindow with a radupload control in it?
Do I have to create another radwindow with a radupload control in it?
<telerik:RadFileExplorer ID="expTest" runat="server" VisibleControls="All" Configuration-ViewPaths="~/Images" DisplayUpFolderItem="true" EnableCopy="true" EnableCreateNewFolder="true" Skin="Black" Configuration-UploadPaths="~/Up" EnableOpenFile="true" OnClientItemSelected="itemChosen"><Configuration ViewPaths="~/Images" SearchPatterns="*.*" UploadPaths="~/Up"></Configuration> </telerik:RadFileExplorer>