Important note to self: If I want to change the max upload to php on a web server, just changing upload_max_filesize
in php.ini might not be enough, since there is also a post_max_size
value.
Important note to self: If I want to change the max upload to php on a web server, just changing upload_max_filesize
in php.ini might not be enough, since there is also a post_max_size
value.