Portal HomeClient AreaAnnouncementsKnowledgebaseSupport TicketsDownloads

Knowledgebase
You are here: Portal Home > Knowledgebase > PHP > How do I increase the PHP Upload Limit?

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.


Was this answer helpful?

Add to Favourites
Print this Article

Also Read
500 Error (Views: 271)
Wildcard Subdomain hosting (Views: 263)
How do I use PHP5? (Views: 263)
How Do I Change PHP Setting X? (Views: 231)
How do I increase the PHP Memory Limit? (Views: 276)

Powered by WHMCompleteSolution


Language: