How do I change the upload_max_filesize? |
|
Article Details
Last Updated 23rd of March, 2009
|
|
Thank you for rating this answer.
|
Making this change isn't complicated. However, you must do it in the correct place. Please follow the steps below:
- Locate your php.ini file in the /public_html/ folder
- Edit the php.ini and locate the following value:
'upload_max_filesize = 2M'
- Increase this value to what you feel is appropriate, and save it.
- *Simply, re-upload it back into the /public_html/
* Please note, that if your upload script is located in another folder, you will need to place a copy of the php.ini into the corresponding folder. For example, in WordPress it would be in the /wp-include/ and /wp-admin/ folders.
|
 |
|
No related articles were found.
|