求PHP 高手 function.move-uploaded-file]错

来源:百度知道 编辑:UC知道 时间:2024/06/03 12:01:10
36行原代码如下
if(!move_uploaded_file($_FILES['uploadimg']['tmp_name'],$newpath)){

上传文件提示
Warning: move_uploaded_file(upload/1213410727x1017851002.gif) [function.move-uploaded-file]: failed to open stream: No such file or directory in D:\Hosting\3059624\html\imageupon\upload.php on line 36

Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move 'D:\Temp\php\php908B.tmp' to 'upload/1213410727x1017851002.gif' in D:\Hosting\3059624\html\imageupon\upload.php on line 36

failed to open stream: No such file or directory in D:\Hosting\3059624\html\imageupon\upload.php on line 36

上传路径不存在。

http://www.php.net/manual/zh/function.move-uploaded-file.php
不知对你有没有帮助