I have problem uploading image on flavm.x10host.com/shop
Can you increase the Maximum upload file size to 5MB?
Thanks
Flaviano
Can you increase the Maximum upload file size to 5MB?
Thanks
Flaviano
<?php
error_reporting(E_ALL);
print "\"PHP upload file size maximum\" is ==>" . ini_get('upload_max_filesize') . "<==<br>\n<br>\n";
?>