会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
羊咩y
博客园
首页
新随笔
联系
订阅
管理
2020年8月28日
Cannot convert value of type 'java.lang.String' to required type 'org.springframework.web.multipart.commons.CommonsMultipartFile': no matching editors or conversion strategy found
摘要: 今天在写文件上传的时候,出现了 原因是表格的提交没有添加请求的方式,只能写post方法,我用了get方法,也不对。 因为: 1.多部分(enctype="multipart/form-data")表单 2.请求必须是post请求,因为post可以传二进制和文本 因为get请求文件只支持2k-4k左右
阅读全文
posted @ 2020-08-28 19:12 羊咩y
阅读(5977)
评论(0)
推荐(0)
公告