Back

How to use FormData with Searilize form jquery Ajax

Copy Below Code View As A Text File Show Text Only Show API Edit Code
                            

$.ajax({ url: url, type: "POST", data:new FormData(document.getElementById("form")), contentType:false, cache: false, // To unable request pages to be cached processData:false, success: function (data, status) {