2022-02-16, 11:02 AM
(2022-02-16, 10:38 AM)noyle Wrote: So you need to override these directives to allow bigger uploads.
Check this random answer to a similar question https://stackoverflow.com/a/2184541/6681141 and PHP manuals on
upload_max_filesize
: https://www.php.net/manual/en/ini.core.p...x-filesize
post_max_size
: https://www.php.net/manual/en/ini.core.p...t-max-size
Perfect thanks, I just needed to change 2meg to 8meg in PHP.INI in my php directory
Solved