Github user andruhon commented on a diff in the pull request: https://github.com/apache/wicket/pull/256#discussion_r161420079 --- Diff: wicket-core/src/main/java/org/apache/wicket/ajax/res/js/wicket-ajax-jquery.js --- @@ -643,11 +643,6 @@ we.publish(topic.AJAX_CALL_PRECONDITION, attrs); - if (attrs.mp) { // multipart form. jQuery.ajax() doesn't help here ... --- End diff -- This one will also change the set of supported browsers: Won't work in IE 9 any more.
---