• Resolved jrice47

    (@jrice47)


    Hello,
    Under Media->Add New, it says maximum upload file size is 1mb. I’m having trouble finding where to fix this.

    In my php.ini, I have:

    file_uploads = on
    memory_limit = 64M
    post_max_size = 50M
    upload_max_filesize = 50M

    Phpinfo() shows those settings as active, so it’s not that I forgot to restart the server or that they are being overridden. (or are they?)

    I’ve also tried adding them to .htaccess and wp-config.php (in the appropriate format), but the upload limit doesn’t change. Where else would such a limit be set? It doesn’t seem like php is creating that limit, based on the results returned by phpinfo().

    I also tried setting LimitRequestBody 0 in httpd.conf and restarting apache2, but that didn’t change it either.

Viewing 1 replies (of 1 total)
  • Thread Starter jrice47

    (@jrice47)

    Oh, finally found it – this is a multisite install so there’s another setting I didn’t realize under Network Settings.

Viewing 1 replies (of 1 total)
  • The topic ‘Media uploads maximum file size is to 1mb’ is closed to new replies.