Trying to change WP uplaod size limit
-
Hi,
I am trying to change the upload size limit in WP 4.9.8. In the Dashboard (Media > add new) it shows 8 MB.
Both the php.ini and .htaccess files have the code for 32 MB. Unless the code in wrong.
PHP.INI looks like this:
———————-
…
; Maximum allowed size for uploaded files.
; https://php.net/upload-max-filesize
upload_max_filesize = 32M; Maximum number of files that can be uploaded via a single request
max_file_uploads = 20
…
———————–.htaccess looks like this
———————–
…
# END WordPress
php_value upload_max_filesize 32M
———————–Also, when I’m logged in as Admin, I do not have “Editor” under Appearance.
Were is this limit actually restricted. Where should i change it? Do I only need that setting once somewhere?
Thanks.
- The topic ‘Trying to change WP uplaod size limit’ is closed to new replies.