官网下载的
UEditor(php)
https://github.com/widuu/qiniu_ueditor_1.4.3
默认的话 保存的文件都是在一个目录里面
怎么设置按月份目录保存
下面的这个该怎么写 谢谢
//保存规则
$SAVETYPE = "date"; //现在支持unix时间戳,unix时间戳写date,如果文件名上传就留空
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
https://github.com/widuu/qiniu_ueditor_1.4.3/blob/master/php/action_upload.php#L64
这一行改成
这样就是按照年月目录保存的了