Did you give enough permission?

解决方案 »

  1.   

    1,权限设置好
    2,目录设置好(LINUX路径)
      

  2.   

    .\FCKeditor\editor\filemanager\upload\php\config.php
    配置好就行global $Config ;// SECURITY: You must explicitelly enable this "uploader". 
    $Config['Enabled'] = true ; 设置为true// Path to uploaded files relative to the document root.
    $Config['UserFilesPath'] = '/UploadFiles/' ;  /上传时文件存放的位置应该没什么了 具体的到网络上搜索下 应该能找到问题
    我当时也是试了一段时间才成功的!
      

  3.   

    将 /UploadFiles 目录 chmod 为 777
      

  4.   

    chmod -R 777 YOUWEBROOT
      

  5.   

    现在我设置$Config['UserFilesPath'] = '/555/' ; 为什么在创建文件夹时把文件建在了browser下面,奇怪,搞了一上午都是这样,求高手指点一下,谢谢