I am trying to upload a file as large as 20 MB. Controller validator returns "File failed to upload" error!!
does anybody have any solution? I have also set upload_max_filesize and post_max_size but none seems to work.
@Sinnbeck I have used php -i command on terminal and it returns /etc/php/7.4/cli/php.ini.
So I changed it and also used ini_set manualy in php code. I don't know where else to manipulate.