该文件已损坏ckfinder Aspx

时间:2015-07-04 07:26:10

标签: asp.net ckfinder

现在我使用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);

事情发生了:

  1. 项目Web为空:成功

  2. 项目Web应用程序:文件已损坏

  3. 他们都拥有来自root的相同Url。

    https://www.upsieutoc.com/images/2015/07/04/1e9405.png

    https://www.upsieutoc.com/images/2015/07/04/2bb953.png

0 个答案:

没有答案
相关问题