Posts

How to change Upload Max Size in PHP

In order to change the max upload size, you’ll have to edit a file in your server. The file is named ‘php.ini’ but it can be located in different paths, depending on the operating system and the web server installed. To get information about where your php.ini file(s) are, you can simply create a php script with the following code:

Read more