There is a bug in that version when php.ini's upload_max_filesize is specified in bytes. Do you have access to the php.ini file? If so then if you change upload_max_filesize to 25M then that will actually fix it.

Otherwise will see if we can dredge up the bug report since I *think* it has the fix in it as well.