1.官网http://ueditor.baidu.com,下载ueditor的.net版本json
2.把下载后的文件夹放在项目content目录下.net
3.页面设置,Featrue为textArea的idblog
4.上传图片设置图片
打开Content\ueditor下的ueditor.config.js设置ueditor文件夹it
打开\Content\ueditor\net下的config.json设置图片保存位置,把该文件里面的全部“图片访问路径前缀”改为空字符,把全部“保存路径”改为你要保存的路径ueditor
5.点击上传图片缓慢设置下载
\Content\ueditor\dialogs\image的image.jsim
\Content\ueditor的ueditor.all.min.jsd3
把以上两个文件的mimeTypes的值'image/*'替换成 'image/jepg,image/png.image/jpg'项目