FCKeditor上什么东东?FCKeditor上什么东东?FCKeditor上什么东东?

解决方案 »

  1.   

    如果是图片不能上传,检查一下你的配置文件FCKeditor默认打开的是asp上传模式
    你要改成php的上传模式
      

  2.   

    在线编辑器FCKeditor在PHP中的使用方法(多图) 
    http://www.shaof.com/sources/article_info.php?id=23
    在线编辑器FCKeditor 2.0试用小记(多图)
    http://www.shaof.com/sources/article_info.php?id=25
      

  3.   

    $sBasePath='../../module/fckeditor/';
    $oFCKeditor = new FCKeditor($ID) ;
    $oFCKeditor->BasePath = $sBasePath ;
    $oFCKeditor->Value = $selected_value;
    $oFCKeditor->Create() ;路径问题