我正在使用 wicket 1.4.17 和浏览器 IE edge
当我尝试使用时出现FileUploadField
异常:
ervletRequest 不包含多部分内容。一种可能的解决方案是显式调用Form.setMultipart(true)
,Wicket 会尽力自动检测多部分表单
我进入
contentType = application/x-www-form-urlencoded
在 IE9 中它的工作。
我希望在我添加 Form.setMultipart(true) then 之后看到contentType=multipart
。