I'd confirm those settings as soon as I can and see if that'd fix this issue.
IIRC I have already set post_max_size and upload_max_filesize to 100M.
I did do a grep on anything that says 20M in all php.ini's I could find but it still didn't seem to work
floridave
Joined: 2003-12-22
Posts: 27300
Posted: Mon, 2013-03-25 02:58
If you are using GD as a image toolkit then the upload limit is reduced as well as it takes 4 times the image size in memory footprint. For large items like that, the server add method is best anyway.
I've checked my setup, in php.ini the entries of post_max_size and upload_max_filesize is already there...
Yeah, I'm using ServerAdd most of the time and that works for me. Would be nice if I can also figure out why flash is limited to 20M, but no biggie I guess.
Thanks all.
flaviove
Joined: 2012-12-28
Posts: 14
Posted: Wed, 2013-05-29 23:19
I had the same problem and I solved it increasing on php.ini "memory_limit".
Cheers,
Flávio Veras
Posts: 8339
its a php limit set by your host.
FAQ: Why can't I upload big files (over a megabyte or two)?
-s
________________________________
All New jQuery Minislideshow for G2/G3
Posts: 15
Thanks for the quick reply..
Gallery2 FAQ. No wonder I couldn't find it D'oh..
I'd confirm those settings as soon as I can and see if that'd fix this issue.
IIRC I have already set post_max_size and upload_max_filesize to 100M.
I did do a grep on anything that says 20M in all php.ini's I could find but it still didn't seem to work
Posts: 27300
If you are using GD as a image toolkit then the upload limit is reduced as well as it takes 4 times the image size in memory footprint. For large items like that, the server add method is best anyway.
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 15
I've checked my setup, in php.ini the entries of post_max_size and upload_max_filesize is already there...
Yeah, I'm using ServerAdd most of the time and that works for me. Would be nice if I can also figure out why flash is limited to 20M, but no biggie I guess.
Thanks all.
Posts: 14
I had the same problem and I solved it increasing on php.ini "memory_limit".
Cheers,
Flávio Veras