Spring MVC报错:The request sent by the client was syntactically incorrect ()
Posted on 2018-03-12 15:49 冰碟 阅读(204) 评论(0) 编辑 收藏 举报Spring MVC报错:The request sent by the client was syntactically incorrect ()
<form method="post" action="${ctx}/storaget/save" class="pageForm required-validate" onsubmit="return validateCallback(this, dialogAjaxDone)">
改变---->
<form method="post" action="${ctx}/storaget/save" enctype="multipart/form-data" class="pageForm required-validate" onsubmit="return iframeCallback(this, dialogAjaxDone);" >