Reputation: 1
I am using wicket 1.4.17 and the browser IE edge
when I try to use FileUploadField
I get Exception:
ervletRequest does not contain multipart content. One possible solution is to explicitly call Form.setMultipart(true)
, Wicket tries its best to auto-detect multipart forms
I get in the contentType = application/x-www-form-urlencoded
In IE9 its work.
I expect to see after I added Form.setMultipart(true) then contentType=multipart
.
Upvotes: -1
Views: 87