我是靠谱客的博主 如意酒窝,最近开发中收集的这篇文章主要介绍Failed to convert value of type...no matching editors or conversion strategy found,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

在使用springMvc做文件上传的时候出现 
HTTP Status 500 - Failed to convert value of type [java.lang.String] to required type [org.springframework.web.multipart.commons.CommonsMultipartFile]; nested exception is java.lang.IllegalStateException: Cannot convert value of type [java.lang.String] to required type [org.springframework.web.multipart.commons.CommonsMultipartFile]: no matching editors or conversion strategy found

不知觉中的原因:

这里没有写method方法,
并且后台是用CommonsMultipartFile接受的。

这里要写清楚文件上传的形式。如果用get请求,数据是直接接在url后面,但是我们知道url里面是放不了多少数据的,
所以只有用post请求,将数据放置在消息体里。






最后

以上就是如意酒窝为你收集整理的Failed to convert value of type...no matching editors or conversion strategy found的全部内容,希望文章能够帮你解决Failed to convert value of type...no matching editors or conversion strategy found所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(29)

评论列表共有 0 条评论

立即
投稿
返回
顶部