php 上传文件,文件上传成功,但报错 Notice: Unknown: file created in the system's temporary directory in Unknown
解决:
看下PHP 关于上传文件临时目录的设置。
在php.ini文件中,搜索upload_tmp_dir, 查看是否有创建该临时目录。
本文探讨了在使用PHP进行文件上传时遇到的错误“Notice: Unknown file created in the system's temporary directory”,并提供了检查与解决该问题的方法,主要涉及php.ini配置文件中upload_tmp_dir参数的设置。
php 上传文件,文件上传成功,但报错 Notice: Unknown: file created in the system's temporary directory in Unknown
解决:
看下PHP 关于上传文件临时目录的设置。
在php.ini文件中,搜索upload_tmp_dir, 查看是否有创建该临时目录。
2万+
1573
1万+

被折叠的 条评论
为什么被折叠?