I'm sending files via AJAX with Jquery, using FormData() , and then a question has arisen, why it works:
$.ajax({
url:"action/receipt.php",
method:"POST",
processData: false,
contentType: false,
data: form,
success:function(d...
asked by
01.10.2015 / 16:27