AjaxSubmit file down
$('#formId').ajaxSubmit({
url: 'aaaa/ddd.do',
iframe: true, // !!
type: "post",
success: function (data) {
console.log(data);
alert("success")
},
error: function () {
alert("error")
}
});