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!
Ask your webhost if there's any setting that would override that?
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.
Server settings will always override whatever settings are in WP, if the server settings are less.
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.
But your host can limit that outside your web account. Ask them.
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