Forums

[resolved] Can't increase max upload size beyond 20MB (7 posts)

  1. moose123
    Member
    Posted 7 months ago #

    Hello,

    Running Multisize 3.2.1.

    I have a user that needs to upload audio files that are about 35MB. In 'Network Settings > Max upload file size' I am able to increase this to 20MB but not beyond. If I put 60000k as a value, it still says "Maximum upload file size: 20MB" when he goes to upload media.

    My php.ini file says:

    upload_max_filesize = 32M

    So I'm a bit confused as to how/where to increase upload size for users media.

    Thanks in advance for any suggestions!

  2. Ipstenu
    Half-Elf Support Rogue & Mod
    Posted 7 months ago #

    Ask your webhost if there's any setting that would override that?

  3. moose123
    Member
    Posted 7 months ago #

    I am the webhost :).

    Well, our IT department is, and honestly, there's not a lot of Linux folks over there.

  4. Andrea_r
    team pirate
    Posted 7 months ago #

    Server settings will always override whatever settings are in WP, if the server settings are less.

  5. moose123
    Member
    Posted 7 months ago #

    I've also edited php.ini within my WordPress vhost and WordPress still tells me 20MB. I have no idea where 20MB is coming from. There's nothing in either WP or in php.ini that has a setting of 20MB.

  6. Andrea_r
    team pirate
    Posted 7 months ago #

    But your host can limit that outside your web account. Ask them.

  7. moose123
    Member
    Posted 7 months ago #

    Found it! It was set in .htaccess:

    php_value upload_max_filesize 50M
    php_value post_max_size 50M

    Thanks everyone for all the suggestions. Much, much appreciated as always.

    Moose

Reply

You must log in to post.

About this Topic

Tags

No tags yet.