百度编辑器ueditor上传图片失败,显示上传错误
时间:2020-05-12 19:56:31
收藏:0
阅读:64
修改 ueditor --> php --> Upload.class.php --> __construct()方法
$this->stateMap[‘ERROR_TYPE_NOT_ALLOWED‘] = mb_convert_encoding($this->stateMap[‘ERROR_TYPE_NOT_ALLOWED‘], ‘utf-8‘, ‘auto‘);
原文:https://www.cnblogs.com/zyfeng/p/12877879.html
评论(0)