现在我使用ckfinder 2.5.0.1最新版本和ckeditor 4.5.1最新版本。 但是当我通过ckfinder上传一个img到服务器时使用一些配置:
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);
项目Web为空:成功
项目Web应用程序:文件已损坏
他们都拥有来自root的相同Url。