How to increase Flash upload size limit 20M

agent_kith

Joined: 2008-06-08
Posts: 15
Posted: Mon, 2013-03-25 02:35

There is a limit of 20M max per file when I try to upload a picture using Flash Uploader for Gallery 3.0.6

Is it possible to increase that limit? And if so, how?

Thanks in advance.

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Mon, 2013-03-25 02:45

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

 
agent_kith

Joined: 2008-06-08
Posts: 15
Posted: Mon, 2013-03-25 02:53

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 :(

 
floridave
floridave's picture

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.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
agent_kith

Joined: 2008-06-08
Posts: 15
Posted: Tue, 2013-03-26 03:34

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