gpt4 book ai didi

php - 文件上传时更改文件权限——PHP?

转载 作者:搜寻专家 更新时间:2023-10-31 20:48:07 24 4
gpt4 key购买 nike

我有一个 PHP 上传脚本,我正在努力使上传的文件可以被我网站的所有用户编辑和读取(即,将上传文件的文件权限设置为 chmod 777)。文件上传到的目录具有正确的权限。但是,上传的文件没有。因为新文件会不断上传,所以我需要在上传过程中内置某种代码,以在上传时设置/更改上传文件的文件权限。

有什么想法吗?

最佳答案

只需在上传函数后使用 chmod()..

<?php

/*
* All your upload code here; then pass the filename
* and the base permissions to the chmod() below
*/

chmod($uploadedFile, 0777);

?>

关于php - 文件上传时更改文件权限——PHP?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11089654/

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