Hi,
I have old version of Telerik controls (ProductVersion: 2008.03.1125.20) but maybe you know something about this problem.
I have on my page:
<telerik:RadFileExplorer ID="fileExp" runat="server"> <configuration viewpaths="~/Documents" uploadpaths="~/Documents" deletepaths="~/Documents"> </configuration> </telerik:RadFileExplorer>
Creating folders, renaming and deleting is working, deleting files also but when I rename file, it is moved (with new name)
to folder '~/' (outside ~/Documents). What is wrong?