I have a dropzone area in my panel and I set the size of the file that can be uploaded as 500 MB. Then I set post_max_size and upload_max_filesize in php.ini. But I can't upload a file which is more than 20 MB. It never fills up. I prefer to use local as storage disk. Is there a way to fix this?
I had the same problem : I configured the php.ini file and it didn't work. I have solve this modifying another php.ini file specific to the 7.4.1 version.
This should be fixed with chunk uploading / multipart uploading and not by screwing around with the pho.ini file...but this is easier said than done, I am still looking for a way to do this as none of the solutions I saw so far work...😶