This error is because the file is too large for PHP to actually accept the file (thus the max file size won't actually matter).
You need to increase upload_max_filesize (and possible post_max_size) in your php.ini file. This has to be done there as by the time PHP starts up (and XF starts), it's too late to change it.