I have php.ini correct for larger than 2MB files but gallery seems hard coded to accept nothing larger.
phpinfo gives post_max_size = 8M and upload_max_filesize = 4M
but gallery won't cooperate; nothing over 2MB gets through.
Do I have to hack some code?