View Single Post
Old May 13th, 2006, 1:39 AM   #4 (permalink)
richlee91
Registered User
Fresh Surpasser
 
Joined in Nov 2004
3 posts
Gave thanks: 0
Thanked 0 times
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?

Last edited by richlee91; May 13th, 2006 at 1:45 AM..
richlee91 is offline   Reply With Quote