Anyone figure out how to upload images larger than 2MB? Here's my php.ini which I put in the gallery directory and the gallery/setup directory
magic_quotes_gpc = Off
register_globals = off
MAX_EXECUTION_TIME = 2400
MEMORY_LIMIT = 128M
POST_MAX_SIZE = 128M
UPLOAD_MAX_FILESIZE = 128M
I'm using Gallery v1.53.
I tried what this article says:
http://marc.theaimsgroup.com/?l=gall...9601604892&w=2
But I don't think I can do step 2 and step 3 doesn't have that value in the add_photos.php anymore. So, I went into config.php and uped the value in there. This shouldn't be this hard....
oh I'm on sea which is a phpsuexec server
Anyone have any ideas?