when you update files ,please make sure that you can write files on the server.

解决方案 »

  1.   

    Warning: move_uploaded_file(upload//060717090716Noname1.txt): failed to open stream: No such file or directory in /custom/htdocs/case/giftsmanufacture/public_html/upload1.php on line 18Warning: move_uploaded_file(): Unable to move '/var/tmp/php51F5OW' to 'upload//060717090716Noname1.txt' in /custom/htdocs/case/giftsmanufacture/public_html/upload1.php on line 18
      

  2.   

    //chmod($dest, 0755);//设定上传的文件的属性
    这个 不要注释  看看
    chmod($dest, 0755);//设定上传的文件的属性
      

  3.   

    没有目录,同志。先手工把upload目录建了
      

  4.   

    to 'upload//060717090716Noname1.txt' des_dir最好写成绝对路径的。