1
I have an image UPLOAD code 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 megas, plus it doesn’t work. And this limitation is not PHP (I did several tests), is POST same, anyone knows what can be? I’ve never seen this....
Where will you save your IIS server? or hosting? dependent the server has space permission.
– KingRider
I’m still testing locally.... with Xampp...
– caiocafardo
I understood, I also use xampp to work php and then host in the air, I found my configuration is 2mb this your, see http://prntscr.com/bls67n and look for
php.ini
andupload_max_filesize
... flw– KingRider
You managed to solve your problem?
– durtto