Configuring upload limits in php.ini
Wednesday, December 10th, 2008Try these:
post_max_size = 16M
upload_max_filesize = 16M
memory_limit = 16M
(memory_limit only affects this if you have configured
php with –enable-memory-limit)
vi /etc/php.ini
Try these:
post_max_size = 16M
upload_max_filesize = 16M
memory_limit = 16M
(memory_limit only affects this if you have configured
php with –enable-memory-limit)
vi /etc/php.ini