I have changed all the php.ini parameters I know:
upload_max_filesize
, post_max_size
.
Why am I still seeing 2MB?
Im using Zend Serv
php.ini
fileFor xampp, you can get it @ C:\xampp\php
memory_limit
post_max_size
upload_max_filesize
None of the current answers will work for WHM / cPanel servers.
To increase the limit in WHM:
With WAMP, on Windows10, open
c:\wamp64\alias\phpmyadmin.conf
and change 128 by 256 at the end of these lines
php_admin_value upload_max_filesize 128M
php_admin_value post_max_size 128M
Restart WAMP