afraxas
9/4/2014 - 8:26 AM

AjaxSubmit file down

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")
        }
    });