![]() |
|
Max file size limit - 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: Max file size limit (/thread-2638.html) |
Max file size limit - smuudge - 2008-04-08 Hi, I would like to over-ride the 2mb max file size limit on upload. Can anyone tell me how to easily do this? I have tried the php.ini file creation method but it doesnt work! Is there some code in one of the PHP files that i can adjust easily? Thanks! Max file size limit - macalter - 2008-04-09 Alternative is to FTP your images instead. I've never used ZP to upload. Max file size limit - trisweb - 2008-04-09 If you can't override it from within your web space as described, then you need to ask your web host to increase the limit. Remember also that the limit is per-file, so you can upload multiple files that add up to more than 2MB, as long as they are each less than 2MB. Max file size limit - ilmaestro - 2008-06-09 Here is how you increase the 2MB limit. The reason I know this is that I installed "Gallery 2", which had the same problem. Just add these 2 lines to the end of your .htaccess file: php_value post_max_size 100M This works... I tested it with +3MB file and then I upload 8 +3MB photos with no problem. Enjoy... |