For some reason I'm not having any luck setting the "Max upload file size." No matter what I limit it to, users are able to upload files that exceed the limit. Could this have been something that broke in 2.9.2?
Is there a fix or patch I can apply?
For some reason I'm not having any luck setting the "Max upload file size." No matter what I limit it to, users are able to upload files that exceed the limit. Could this have been something that broke in 2.9.2?
Is there a fix or patch I can apply?
Check the file upload size in php.ini.
Thanks, Andrea. So, if I don't have access to edit the php.ini file, and I out of luck?
When I checked the phpinfo file, it appears the file upload size limit is set to 10M
The php.ini usually overrides everything else. You'd think the mu limit would help there, but usually, I'm trying to raise the limit not lower it. :D
I suspect that's the reason though.