设置
【\fckeditor\editor\filemanager\upload\php\config.php】
$Config['Enabled'] = true ;
$Config['UseFileType'] = false ;
$Config['UserFilesPath'] = '/eng/upload/Image/';
$Config['UserFilesAbsolutePath'] = '/eng/upload/Image/' 【\fckeditor\editor\filemanager\browser\default\connectors\php\connectors.php】
$GLOBALS["UserFilesPath"] = '/eng/upload/' ;

解决方案 »

  1.   

    /eng/upload/' ;这个地址可能有错了,你确定是这个绝对地址?
      

  2.   

    iasky说的对,应该是路径,能把url贴出来吗?
      

  3.   

    // SECURITY: You must explicitelly enable this "uploader". 
    $Config['Enabled'] = true ;// Path to uploaded files relative to the document root.
    $Config['UserFilesPath'] = '/11/Image/ddd/';brower下的config.php// SECURITY: You must explicitelly enable this "connector". (Set it to "true").
    $Config['Enabled'] = true ;// Path to user files relative to the document root.
    $Config['UserFilesPath'] ='/11/';