gpt4 book ai didi

php - 上传 CSV 并导入 - 使用临时文件?

转载 作者:可可西里 更新时间:2023-11-01 01:08:21 28 4
gpt4 key购买 nike

我想上传 CSV 文件并将其仅用于导入内容。是否有必要使用 move_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.

来自 POST method uploads

但是如果你想移动上传的文件,你应该使用move_uploaded_file()对于该操作。

关于php - 上传 CSV 并导入 - 使用临时文件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6447104/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com