您的位置:首页 > 编程语言 > Java开发

org.springframework.beans.ConversionNotSupportedException: Failed to convert value of type 'java.la

2013-12-05 22:38 1071 查看
使用表单上传文件的时候报错 org.springframework.beans.ConversionNotSupportedException: Failed to convert value of type
'java.lang.String' to required type 'org.springframework.web.multipart.commons.CommonsMultipartFile',是因为没有设置在multipart/form-data 模式 springMVC
无法进行有效的转换

完整的设置为:<form method="post" enctype='multipart/form-data'  action="<%=path%>/mng/news/doChangeNews.html">  即可解决
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  jsp
相关文章推荐