I have this issue that I'm trying to upload files with more than 2MB. and it's not working.
I'm using both ways:
- media picker with media manager
- file input
and both has the same result.
I tried to change the PHP.ini with these:
upload_max_filesize = 20M
post_max_size = 20M
but nothing changed.
My files should be with type .exe || .apk
and this is my second issue. how to add filter for these types from the admin panel.