WordPress upload limit
-
Hi !
I’ve created a topic 2 hours ago but i can’t have acces now, i don’t know why.
I want to increase the send limit (blocked at 2MB)
I can not modify the .htaccess or wp-config.php file with my host, however since CPanel I can use the PHP.ini editor
On this editor I added this
display_error = on
allow_url_fopen = Off
allow_url_include = Off
asp_tags = Off
display_errors = Off
enable_dl = Off
file_uploads = On
max_execution_time = 30
max_input_time = 60
max_input_vars = 1000
memory_limit = 256M
session.gc_maxlifetime = 1440
session.save_path = “/ var / cpanel / php / sessions / ea-php56”
upload_max_filesize = 128Mincluding the “upload_max_filesize = 128M”
But on my site when I send a file I am stuck at 8MB and not 128, why and how?
I thank you in advance,
Camille
- The topic ‘WordPress upload limit’ is closed to new replies.