I have a UPLOAD code of images with AJAX:
$.ajax({url:"php/upload.php", type:"POST", data:new FormData(this), contentType:false,cache:true,processData:false,success: function(resposta){
It only works with images up to 2 megs, more than that...
asked by
27.06.2016 / 16:49