My Gallery2 shows that I can not upload files larger than xxxMB.If you want to be able to upload larger files, you have to create a custom php.ini file in the Gallery2 directory, and add the following lines to it:
upload_max_filesize = xxM
post_max_size = xxM
NB. Please note that you have to replace xx with the desired filesize, which is measured in MegaBytes.