Any idea how to move the userfiles directory? CKFinder and CKEditor work in an asp.net installation until I edit the CKFinder config.ascx file, changing the BaseUrl value to "/lib/". The CKFinder file browser works, but the browse option from with CKEditor continues to use the userfiles directory.
Thanks,
Ed
Additional info:
The page I am testing this from is based on the /ckfinder/_samples/aspx/standalone.aspx file, but I have both the editor and the file browser loading on the page for testing purposes:
<h2>CKEditor</h2>
<CKEditor:CKEditorControl ID="CKEditorControl1" runat="server"></CKEditor:CKEditorControl>
<h2>CKFinder</h2>
<CKFinder:FileBrowser ID="FileBrowser1" runat="server"></CKFinder:FileBrowser>
The code behind file has:
protected override void OnLoad(EventArgs e)
{
CKFinder.FileBrowser _FileBrowser = new CKFinder.FileBrowser();
_FileBrowser.BasePath = "/ckfinder/";
_FileBrowser.SetupCKEditor(CKEditorControl1);
}
Thanks,
Ed
Additional info:
The page I am testing this from is based on the /ckfinder/_samples/aspx/standalone.aspx file, but I have both the editor and the file browser loading on the page for testing purposes:
<h2>CKEditor</h2>
<CKEditor:CKEditorControl ID="CKEditorControl1" runat="server"></CKEditor:CKEditorControl>
<h2>CKFinder</h2>
<CKFinder:FileBrowser ID="FileBrowser1" runat="server"></CKFinder:FileBrowser>
The code behind file has:
protected override void OnLoad(EventArgs e)
{
CKFinder.FileBrowser _FileBrowser = new CKFinder.FileBrowser();
_FileBrowser.BasePath = "/ckfinder/";
_FileBrowser.SetupCKEditor(CKEditorControl1);
}

Re: ckfinder move userfiles
viewtopic.php?f=10&t=22554
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+