PHP Warning: move_uploaded_file() : Unable to move '/tmp/phps5hMzJ' to '/xxx/xxx.jpg' in /xxx.php on line xx解决方法
本文为大家讲解的是PHP Warning: move_uploaded_file() : Unable to move '/tmp/phps5hMzJ' to '/xxx/xxx.jpg' in /xxx
本文为大家讲解的是PHP Warning: move_uploaded_file() : Unable to move '/tmp/phps5hMzJ' to '/xxx/xxx.jpg' in /xxx.php on line xx解决方法,感兴趣的同学参考下.
错误描述
PHP Warning: move_uploaded_file() [<a href='function.move-uploaded-file'>function.move-uploaded-file</a>]: Unable to move '/tmp/phps5hMzJ' to '/xxx/xxx.jpg' in /xxx.php on line xx
原因分析
move_uploaded_file是php上传文件函数,他的作用是把上传到临时目录下的文件移动到指定的目录下.
错误原因很简单,从字面上理解是不能移动临时文件到指定的目标地址
解决方法
1,检查目标地址是否可写
2,检查目示目录是否存在
标签: move to PHP Warning uploaded file Unable tmp phps5hMzJ
声明:本文内容来源自网络,文字、图片等素材版权属于原作者,平台转载素材出于传递更多信息,文章内容仅供参考与学习,切勿作为商业目的使用。如果侵害了您的合法权益,请您及时与我们联系,我们会在第一时间进行处理!我们尊重版权,也致力于保护版权,站搜网感谢您的分享!