- 修改配置文件:
- 打开
/config/config.php
文件,大约在30行,修改upload
配置信息:php'upload' => array(
'format' => 'jpg,jpeg,png,gif,xls,xlsx,doc,docx,ppt,pptx,rar,zip,pdf,txt,mp4,avi,flv,rmvb,mp3,otf,ttf,webp,mov',
'max_width' => '1920',
'max_height' => ''
),
- 打开
- 修改UEditor配置:
- 文件位置:
/core/extend/ueditor/php/config.json
,在文件中搜索AllowFiles
,在该行末尾补充相应的扩展名:json"imageAllowFiles": [".png", ".jpg", ".jpeg", ".gif", ".
- 文件位置:

