![]() |
|
Picture File Size < 2MB - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Picture File Size < 2MB (/thread-891.html) |
Picture File Size < 2MB - azoid - 2006-11-15 At first - great work! zenphoto is awesome - worked about 4h to get it right with wordpress but now it's great. My question is - isn't there any possibility to change the maximum filesize? The pictures are hosted on my server so nobody cares about size? Thank alot Picture File Size < 2MB - Guest - 2006-11-15 The 2Mb upload limit is set in PHP config, so most likely you won't be able to change that. You can still upload images using an ftp program... Picture File Size < 2MB - trisweb - 2006-11-17 You can also try setting it in php with the ini_set function. Look it up! A good place for it is in zp-config.php, which will get run always. Picture File Size < 2MB - azoid - 2006-11-18 Okay thanks alot! |