ajax提交form(文本數據以及文件上傳)

$.ajax({
                url: 'xxxx.do',
                type: 'POST',
                cache: false,
                data: new FormData($('.layui-form')[0]),
                processData: false,
                contentType: false
            }).done(function(request) {
               
            }).fail(function(res) {

            });
相關文章
相關標籤/搜索