adding multiple photos

cdsparks

Joined: 2006-12-18
Posts: 21
Posted: Thu, 2007-01-11 15:55

Gallery URL (optional but very useful):
Gallery version: 1.55
Apache version:
PHP version: 5.20
Graphics Toolkit: Imagemagick
Operating system: XP Pro2
Web browser: IE 6.0

I have been going back and forth with this forum install php and gallery for a client. I started knowing nothing, could not find anyone I personally know that was familiar with PHP and Gallery. I now can add a photo to an album. How do I add multiple photos to the same album? Also, I recall, one of the photos I tried to add gave this error:

PHP Warning: POST Content-Length of 8598023 bytes exceeds the limit of 8388608 bytes in Unknown on line 0

Apparently there is something in the PHP.Ini file that has a limit on the size of photos. Is this easy to fix?

Thanks for your help in advance

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 25968
Posted: Fri, 2007-01-12 04:53

There is a few ways to add more than one at a time. http://codex.gallery2.org/index.php/Gallery1:Basics#Adding_Photos
IN the addphoto popup window there is a few tabs at the top try the other options.

@error: Your server is limited to form based uploads of about 8Megs. Try smaller images, a different upload method (GR, local server/ftp, windowsXP)

Dave
_____________________________________________
Blog & G2 || floridave @ Gallery Team || G2 Theme Contest: +$3k in Prizes!

 
cdsparks

Joined: 2006-12-18
Posts: 21
Posted: Fri, 2007-01-12 06:25

Thank you very much for your help!. I was able to select the applet for uploading pictures and it worked great.