留个QQ!我要远程的!
thanks

解决方案 »

  1.   

    WEBCONFIG
    <appSettings>
    <add key="FCKeditor:BasePath" value="~/路径"/>
    <add key="FCKeditor:UserFilesPath" value="~/file/"/>
    </appSettings>添加引用DLL
      

  2.   

    http://xheditor.com/demo
    这个编辑器我用的还行。。也是在CSDN看到的
      

  3.   

    主要什么问题
    使用FredCK.FCKeditorV2.dll2.6.3,在editor\filemanager\connectors\aspx目录下   
    修改config.ascx,配置上传文件路径   
    UserFilesPath = "/UserFiles/";   
    TypeConfig[ "File" ].FilesPat= "%UserFilesPath%file/";
    文件夹操作权限