is there a file size limit when uploading jpg/jpeg files in rc3?
i can upload png's in any size without any issues, but jpg/jpeg doesn't seem go much further than 1.5mb.
is there a way to get around this?
many thanks in advance.
anybody, please?
What error are you getting when you try to upload a large jpg file?
Hi, something to try.
In Subs-Graphics.php look for:
// Determine whether to resize to max width or to max height (depending on the limits.)
And add the following before it:
@ini_set('memory_limit', '90M');
Quote from: Oranos on August 20, 2010, 08:21:56 AM
What error are you getting when you try to upload a large jpg file?
there's no error, large jpg's just don't upload.
Quote from: Kays on August 20, 2010, 08:45:38 AM
Hi, something to try.
In Subs-Graphics.php look for:
// Determine whether to resize to max width or to max height (depending on the limits.)
And add the following before it:
@ini_set('memory_limit', '90M');
thanks, i'll give this a try.
Leppie did Kays suggestion help?
sorry for the late reply, hadn't had much time to try.
but yes, it's working. thanks kays :)