xheditor图片上传到springmvc中报The current request is not a multipart request
原创 2018-01-08 17:11 阅读(1617)次
xheditor图片上传到springmvc中报:The currentrequest is not a multipart requestjs代码如下:$(document).ready(function() {
$('#editorTx').xheditor({
upImgUrl:"http://127.0.0.1:8090/dglmp/api/imgUpload",
upImgExt:"jpg,jpeg,gif,png"
});
});
springmvc代码如下:@RequestMapping(value="/i...