I was able to upload smaller file size files but Im
unable to upload file greater than 10kb using $form->file() and
even after setting php.ini to higher values:
I can confirm my php.ini path is correct, pointing to /etc/php/7.4/fpm/php.ini using phpinfo().
My webserver is NginX running this configuration for file upload and web pagesizing:
Description:
I was able to upload smaller file size files but Im unable to upload file greater than 10kb using $form->file() and even after setting php.ini to higher values:
I can confirm my php.ini path is correct, pointing to /etc/php/7.4/fpm/php.ini using phpinfo(). My webserver is NginX running this configuration for file upload and web pagesizing:
Steps To Reproduce: