![]() |
|
Change the upload more then 2 MB - 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: Change the upload more then 2 MB (/thread-12525.html) |
Change the upload more then 2 MB - amati - 27-05-2016 Hoi , Now i can uload only a photo of 2 MB ... i want to change it , but can not locate the path where to change. Change the upload more then 2 MB - acrylian - 27-05-2016 You have to ask your host about this, that is a server setting and not Zenphoto's. Change the upload more then 2 MB - MarkRH - 28-05-2016 This is based on the following PHP values: [b]upload_max_filesize[/b] and [b]post_max_size[/b]. They both need to be larger than the size of file you are trying to upload. In the Overview admin section, click on [b]Show PHP Information[/b] and find the values for upload_max_filesize and post_max_size Consult your webhost for more help if needed to increase these values or let you use a custom PHP.INI with your gallery if this is a shared server and they don't want to modify the default values. |