nir edelstein
nir edelstein

Reputation: 1

FileUploadField not working in wicket 1.4.17 with ie edge

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 expect to see after I added Form.setMultipart(true) then contentType=multipart.

Upvotes: -1

Views: 87

Answers (1)

Related Questions