扫码关注官方订阅号
欢迎选择我的课程,让我们一起见证您的进步~~
已经move掉了
move
这个函数叫move_uploaded_file 不叫 copy_uploaded_file
move_uploaded_file
copy_uploaded_file
The file will be deleted from the temporary directory at the end of the request if it has not been moved away or renamed.
http://php.net/manual/en/features.file-upload.post-method.php
感谢 @xelz 和其它回答问题的朋友如过你不去移动上传的文件、那么该文件就会在脚本周期执行完毕后自动删除
微信扫码关注PHP中文网服务号
QQ扫码加入技术交流群
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
PHP学习
技术支持
返回顶部
已经
move
掉了这个函数叫
move_uploaded_file
不叫copy_uploaded_file
The file will be deleted from the temporary directory at the end of the request if it has not been moved away or renamed.
http://php.net/manual/en/features.file-upload.post-method.php
感谢 @xelz 和其它回答问题的朋友

如过你不去移动上传的文件、那么该文件就会在脚本周期执行完毕后自动删除