gpt4 book ai didi

php - 文件上传时更改临时文件路径

转载 作者:行者123 更新时间:2023-12-02 19:16:52 25 4
gpt4 key购买 nike

有没有办法改变通过html表单上传文件的默认临时路径。或者你可以理解它,因为我想设置我选择的 $_FILES["uploadfile1"]['tmp_name']

最佳答案

在您的 php.ini 更改 upload_tmp_dir

Perhaps you can set it at your code directly whitout changing it at php.ini using

ini_set('upload_tmp_dir','/new temp folder');

but I am not 100% sure it will works..

关于php - 文件上传时更改临时文件路径,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13027087/

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