[Ubuntu] Change upload_max_filesize in php.ini
02-03-2015, 11:22 PM
(This post was last modified: 02-03-2015, 11:33 PM by Diablo925.)
It is multi easy to change
Find
Change XX to a value you like
Change to the same
now save and exit
and run
Now you upload size has been change
Quote:sudo nano /etc/php/apache2/php.ini
Find
Code:
upload_max_filesize = XXM
Code:
post_max_size = XXM
Change to the same
now save and exit
and run
Quote:sudo service apache2 restart
Now you upload size has been change