Change PHP upload filesize

From HostThyself

Jump to: navigation, search

To change the upload file size in PHP look for this line in php.ini and change the value to a desired value.

upload_max_filesize = 8M

php.ini is located at /etc in CentOS.

Restart Apache for change to take effect.

Personal tools