holodoctor1,
Open your php.ini file and change your upload_max_filesize and post_max_size variables up to 8M.
; Maximum allowed size for uploaded files.
upload_max_filesize = 8M
...
; Maximum size of POST data that PHP will accept.
post_max_size = 8M
...and reboot the service.