I have seen other solutions too here in StackOverflow to increase the
upload_max_filesize
and post_max_size
in php.ini
but my problem is it only happens in production not in local. Any solution for this ?? Thank you.
Asked
Active
Viewed 55 times
0

SWastik Thapaliya
- 313
- 2
- 8
-
I assume you have no access to php.ini in production – RiggsFolly Jan 13 '21 at 16:34
-
Yes and I also cannot recreate the issue in my local. – SWastik Thapaliya Jan 13 '21 at 16:36
-
Looks like you will have to set those in `.htaccess` or `.user.ini` – RiggsFolly Jan 13 '21 at 16:44