ajaxSubmit uploads the form containing pictures. Both chrom and ie-edge browsers can succeed. Below ie-edge, only call back erro (compatibility mode of ie-edge browsers, ie kernel). The form contains pictures, and you can"t see any reason from the error message
.$("-sharpform").ajaxSubmit({
url: $("-sharpform").attr("action"),
dataType: "json",
method: "post",
success: function (res) {
},
error: function (data) {
console.log(data);
}
})