How do I increase the PHP Upload Limit?

To raise the PHP Upload Limit for your website simply do the following:

Create a blank text file called php.ini (if one doesn't already exist).

Put the following line in it:
upload_max_filesize = 10M

(replace 10M for whatever size in Megabytes that you would like the max upload set to)

Then place the file in your public_html folder or deeper in your dir structure (preferably only where you need it) and that's it.
  • 1 Users Found This Useful
Was this answer helpful?

Related Articles

How Do I Change PHP Setting X?

In order to change a php.ini setting you would simply create a php.ini file in your home...

500 Error

If your site occurs a 500 Internal Server Error the most common are php settings in your...

How do I increase the PHP Memory Limit?

Create  a blank text file called php.ini (if one doesn't already exist).Put the...

How do I use PHP5?

PHP5 is now the default on all our servers nothing extra needs to be done to use it.If you come...

Wildcard Subdomain hosting

To do this all you need to do is:1) Login to Cpanel for the domain you need this on then go to...

Powered by WHMCompleteSolution