ueditor上传图片为什么只显示文件名字呢? [ 2.0 版本 ]
在controller里actions配置imageRoot就只显示名字,不设置就显示图片
return [
'upload' => [
'class' => 'kucha\ueditor\UEditorAction',
'config' => [
//"imageUrlPrefix" => "http://www.baidu.com",//图片访问路径前缀
"imagePathFormat" => "/upload/image/{yyyy}{mm}{dd}/{time}{rand:6}" ,//上传保存路径
"imageRoot" => Yii::getAlias("@image"),
],
]
其他 0 个回答
没有找到数据。
卫沧澜
注册时间:2016-11-03
最后登录:2021-07-26
在线时长:44小时20分
最后登录:2021-07-26
在线时长:44小时20分
- 粉丝5
- 金钱2215
- 威望10
- 积分2755