I have installed CKEditor and CKFinder in the directory like root->NEWS->ckeditor &
root->NEWS->ckfinder but I want use ckeditor & ckfinder on this file
root->NEWS->International->AddNews.aspx
So problem here is how to load filebrowser using exact base path.
ex. In code behind AddNews.aspx.cs
CKFinder.FileBrowser ckf = new FileBrowser();
ckf.BasePath = "ckfinder/"; /*default for root installation of ckeditor & ckfinder*/
ckf.SetupCKEditor(DetailsView1.FindControl("CKEditorControl1"));
What I am getting:
But It should be:
Please help me. What would be the exact BasePath for this?