原文:org.springframework.web.multipart.MultipartException: The current request is not a multipart request

今天做图片上传的碰到这个问题,查找原因是html请求的方式问题。from中涉及到图片上传的就要用post提交方式。否则就会报这个错误。如果已经是post的提交方式了还有这个错。。。还有两种解决方法。 第一中:在jsp页面的 lt head gt lt head gt 标签里面加上 lt meta http equiv Content Type content multipart form data ...

2017-09-20 09:28 0 12821 推荐指数:

查看详情

Current request is not a multipart request

1. 文件上传需要在form表单中添加<form enctype="multipart/form-data"> 2. SpringMVC默认是关闭fileupload功能的,开启该能够并验证文件上传:   需要在applicationcotent.xml中做如下配置 ...

Thu Jul 27 06:25:00 CST 2017 0 12970
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM