Frequently Asked Question

FAQ / Linux Shared Hosting


How can I increase the file upload size/memory limit for a domain?



How can I increase the file upload size/memory limit for a domain?


The maximum upload size/level for files is only 10MB. It is not feasible to raise the memory limit for a particular domain as it will have impact on other users as well. In order to increase the file upload size, you can use the php.ini File.

You can create a file named php.ini File and upload the file in to the home folder. For Linux, place it under Public_html. For Windows, place it in httpdocs.

Add the following lines in the php.ini File to increase the maximum upload size.

upload_max_filesize = 20M ;
post_max_size = 20M ;


Now, the maximum file upload size will be 20MB.

For More Details : Visit Increase file size upload limit using php.ini or htaccess

How this faq is helpful:

Not at all
helpful
Not much
helpful
Some what
helpful
Very
helpful
Extremely
helpful

What could be better? (Optional)
X
  Not related to my issue
  Too complicated explanations
  Too much information
  Incorrect information
  Unclear information
  Incomplete information
  Too old information
Do you have any other feedback about this faq ?
1000

Related Tags :