grav-plugin-admin
grav-plugin-admin copied to clipboard
File upload limit in grav 1.7
I'm using a theme that allows a "hero" feature on the home page. The video is 16.5Mb. When I try to upload it via the admin it says max file size: 2Mb.
I've looked at the grav posts from 2016 and 2017 but they don't help. I've looked at other sources and /admin/config/system/media no longer has a field for changing the value.
The documents aren't very forthcoming either.
Where do I change this setting in grav 1.7?
Can you make sure, it's not the upload limit of yopur web server that causes this?
This limitation comes from php.ini config.
Go here: https://your website/admin/config/info
See upload_max_filesize
and post_max_size