coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Upload => Topic started by: interstock on September 29, 2005, 07:41:02 PM

Title: problems uploading images greater than 100k
Post by: interstock on September 29, 2005, 07:41:02 PM
Hi , Version of CPG 135. I have some problems uploading images greater than 100k file size. It seems no matter what I set the max pixel width and file size to in the config menu, these images still show as an x in the batch upload folders, and do not transfer to albums successfully

The default size in my server is already set at 10MB in php.ini.
Thanks for any advice.
Title: Re: problems uploading images greater than 100k
Post by: kegobeer on September 29, 2005, 08:49:59 PM
Switch to GD2 instead of ImageMagick.
Title: Re: problems uploading images greater than 100k
Post by: interstock on September 29, 2005, 09:16:57 PM
Thanks , Im in GD2 already - I tried g1/g2 , and the problem is still there
Title: Re: problems uploading images greater than 100k
Post by: artistsinhawaii on September 29, 2005, 09:44:59 PM
interstock,

Have you tried downloading a fresh copy of Coppermine again, from a different server, and re-installing it following the upgrade/update instructions? 

Dennis

Title: Re: problems uploading images greater than 100k
Post by: interstock on September 29, 2005, 09:51:48 PM
yes , I download 2 copies from 2 diferent servers , same problem . Everythig is ok if file is less than 100/120 k
can upload it , and add to the album. but if file is bigger than 120 k I get an square with a red X (as tumb) and I have no way to ad this files to an album...
I need ideas !!!! thanks
Title: Re: problems uploading images greater than 100k
Post by: artistsinhawaii on September 29, 2005, 10:30:07 PM
Interstock,

Hopefully some other dev/user has a fix for this, as I can't figure it out (which really isn't saying much, of course  ;D).   

But as a work-around, at least to keep your work going, batch resize your pics outside of Coppermine using the same file names.  Upload these resized pics, batch add, then replace them with your original, larger files.

Dennis
Title: Re: problems uploading images greater than 100k
Post by: interstock on September 29, 2005, 11:41:43 PM
working for now !! not the best solution , but at least I can upload now.........
Thanks ,
If you have other idea for the final solution , I will aprecciate !!!
Title: Re: problems uploading images greater than 100k
Post by: Stramm on September 30, 2005, 12:04:07 AM
is it a batch only problem or you experience the same using http upload?
Title: Re: problems uploading images greater than 100k
Post by: interstock on September 30, 2005, 12:29:24 AM
I have this problem always , I tried batch, single upload , and windows . Nothing work. Thanks
Title: Re: problems uploading images greater than 100k
Post by: Stramm on September 30, 2005, 12:37:55 AM
the max upload size is not a php only matter... if you run Apache you may want to check it's config too. Especially LimitRequestBody
Title: Re: problems uploading images greater than 100k
Post by: Joachim Müller on September 30, 2005, 09:04:38 AM
Quote from: Stramm on September 30, 2005, 12:37:55 AM
the max upload size is not a php only matter... if you run Apache you may want to check it's config too. Especially LimitRequestBody
...if the server is yours to administer. If you're webhosted, you probably won't be able to change apache config nor php setup (php.ini).
So this basically is a matter of server setup, not a coppermine issue. Take a look at http://forum.coppermine-gallery.net/index.php?topic=5841.0 and the other sticky threads on this sub-board.