upload_max_filesize = 100M
post_max_size = 200M
memory_limit = 100M
Aw... i need to add something on the php.ini
I've created a php.ini file and uploaded it..
I will just add a these
Even if you could change it, you have set the limits very high. All of your disk space could be used up in just a few files on free hosting.
php_value upload_max_filesize 100M
php_value post_max_size 200M
php_value memory_limit 100M
you should use the htacess method
in .htaccess place
Code:php_value upload_max_filesize 100M php_value post_max_size 200M php_value memory_limit 100M