Although I've set max file uploads and max post size to 2 GB in php.ini, I'm receiving this error when uploading media:
File is too big (541.02MiB). Max filesize: 256MiB.
How can I change max filesize?
This is the result of phpinfo():
upload_max_filesize 2000M
post_max_size 2000M
memory_limit = 512M