作者热门文章
- android - RelativeLayout 背景可绘制重叠内容
- android - 如何链接 cpufeatures lib 以获取 native android 库?
- java - OnItemClickListener 不起作用,但 OnLongItemClickListener 在自定义 ListView 中起作用
- java - Android 文件转字符串
我想上传 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.
但是如果你想移动上传的文件,你应该使用move_uploaded_file()
对于该操作。
关于php - 上传 CSV 并导入 - 使用临时文件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6447104/
我有以下正则表达式 /[a-zA-Z0-9_-]/ 当字符串只包含从 a 到z 大小写、数字、_ 和 -。 我的代码有什么问题? 能否请您向我提供一个简短的解释和有关如何修复它的代码示例? //var
我是一名优秀的程序员,十分优秀!