ueditor 怎么上传到其他目录
发布网友
发布时间:2022-04-25 23:22
我来回答
共1个回答
热心网友
时间:2022-06-18 16:57
在ue的
项目路径\ueditor\php\config.json
文件中,修改你需要存放的图片位置。
例如【imagePathFormat】
"imagePathFormat": "/ueditor/php/upload/image/{yyyy}{mm}{dd}/{time}{rand:6}",
改成你需要存放的目录。
其他的上传类型存放目录修改也类似,具体可以参看这个配置文件的文档说明。