now i use ckfinder 2.5.0.1 lastest version with ckeditor 4.5.1 lastest, too. but when i upload an img to server by ckfinder with some config:
Config.ascx
public override bool CheckAuthentication()
{
return true;
}
WebForm1.aspx.cs
CKEditorControl1.Language = "en"; CKFinder.FileBrowser _FileBrowser = new CKFinder.FileBrowser(); _FileBrowser.BasePath = "/ckfinder/"; _FileBrowser.SetupCKEditor(CKEditorControl1);
it happened:
with project Web empty: success
with project Web app: the file is corrupted
They all have the same Url from root.