百度编辑器ueditor上传图片失败,显示上传错误

修改 ueditor  –>  php –>  Upload.class.php  –>  __construct()方法

 

$this->stateMap[‘ERROR_TYPE_NOT_ALLOWED‘] = mb_convert_encoding($this->stateMap[‘ERROR_TYPE_NOT_ALLOWED‘], ‘utf-8‘, ‘auto‘);