W wolf Bishop New Pleskian Nov 24, 2015 #1 I need to to increase the php upload limit. I tried to uodate the php.ini to 1024m, but still in WordPress, I can only upload a maximum file size of 16mb. Why are the changes in my php.ini not actually working???
I need to to increase the php upload limit. I tried to uodate the php.ini to 1024m, but still in WordPress, I can only upload a maximum file size of 16mb. Why are the changes in my php.ini not actually working???
IgorG Plesk addicted! Plesk Certified Professional Nov 24, 2015 #2 The max_file_uploads for particular subscription can be set via GUI at: Plesk > Subscritption > example.com > Websites & Domains > PHP Settings > Additional directives For example: Code: max_file_uploads = 33
The max_file_uploads for particular subscription can be set via GUI at: Plesk > Subscritption > example.com > Websites & Domains > PHP Settings > Additional directives For example: Code: max_file_uploads = 33
Kingsley Silver Pleskian Feb 25, 2017 #4 IgorG said: The max_file_uploads for particular subscription can be set via GUI at: Plesk > Subscritption > example.com > Websites & Domains > PHP Settings > Additional directives For example: Code: max_file_uploads = 33 Click to expand... how about inscreasing the size of post_max_size and upload_max_filesize
IgorG said: The max_file_uploads for particular subscription can be set via GUI at: Plesk > Subscritption > example.com > Websites & Domains > PHP Settings > Additional directives For example: Code: max_file_uploads = 33 Click to expand... how about inscreasing the size of post_max_size and upload_max_filesize
IgorG Plesk addicted! Plesk Certified Professional Feb 26, 2017 #5 Kingsley said: how about inscreasing the size of post_max_size and upload_max_filesize Click to expand... Have you tried to put them in the same place?
Kingsley said: how about inscreasing the size of post_max_size and upload_max_filesize Click to expand... Have you tried to put them in the same place?