Increase the max upload filesize in apache/php
You need to edit.
/usr/local/lib/php.ini
Search for
; Maximum allowed size for uploaded files.
upload_max_filesize = 2M
upload_max_filesize = 2M
Change the 2M setting the new value you want, then restart apache.
-
/etc/init.d/httpd restart
Leave a Reply
You must be logged in to post a comment.