Increase the max upload filesize in apache/php
edit: php.ini file on server
You can locate php.ini file using — php -i | grep php.ini
/usr/local/lib/php.ini
Search for
; Maximum allowed size for uploaded files.
upload_max_filesize = 2M
Change the 2M to whatever new value you want, then restart apache.









