ueditor 图片上传功能(.net)
Posted GangLx
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ueditor 图片上传功能(.net)相关的知识,希望对你有一定的参考价值。
假如下载的net文件
所在工程引用bin文件中的Newtonsoft.Json.dll
在浏览器中运行 `net/controller.ashx`,如果返回 "`{"state":"action 参数为空或者 action 不被支持。"}`",则表示应用程序运行成功。
后端配置完成
UE.getEditor初始化时加入以下参数
imagePathFormat: "upload/image/{yyyy}{mm}{dd}/{time}{rand:6}",
imageUrlPrefix: "/Static/jQueryExtension",
imageAllowFiles: [".png", ".jpg", ".jpeg", ".gif", ".bmp"],
imageFieldName: "upfile"
如果配置后不起作用
在net文件夹下config.json更改其中相同的配置
以上是关于ueditor 图片上传功能(.net)的主要内容,如果未能解决你的问题,请参考以下文章