ZenphotoCMS Forum
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.
I use the installatron version of Zenphoto.
Thanks
Pat




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
and take note of the [b]Loaded Configuration File[/b] to know where the [b]php.ini[/b] file is located that is being used. Need to change these values there.

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.