Increase the max upload filesize in apache/php
Edit your php.ini. where is my 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.
Note, this setting may also be related:
; Maximum size of POST data that PHP will accept.
post_max_size = 8M