|
Changing these two PHP variables can be done by creating a php.ini file and storing it within the root directory of your website.
For example, to increase the limit on uploaded files to 10 MB:
- Add the below to the relevant php.ini file (recommended, if you have access).
- upload_max_filesize = 10M ;
- post_max_size = 20M ;
|
Add to Favourites
Print this Article
|