JQGrid之文件上传

文件/图片上传功能,简单总结如下

1.引入ajaxfileupload.js

注意:该文件需要在引入Jquery之后引入

下载链接:https://i.cnblogs.com/Files.aspx

2.colModel中文件上传name设置

{name:'cover',index:'cover',edittype:"file",editable:true,editoptions: {enctype: "multipart/form-data"}, formatter:function (value,option,rows) { return "<img src='${pageContext.request.contextPath}/image/"+rows.cover+"'/>";
}},

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/zygpdz.html