Hello,
I accept files on my website but the limit is 2 MB. I changed the files to upgrade this. The file upload value changed in phpMyAdmin but still 2MB for my site.
Installed 7.2.10 and "/opt/alt/php72/usr/php/php.ini"
and "/usr/local/php/php.ini"
upload_max_filesize = 10240M
post_max_size = 10240M
memory_limit = 4096M
max_execution_time = 980
max_input_vars = 100000
max_input_time = 4000
but still 2MB.
What is the reason of this?