Frequently Asked Question

FAQ / Other


How to increase file size upload limit using htaccess?

To increase file upload size by .htaccess just copy paste the below settings into your .htaccess file and put it in your web root directory.


php_value upload_max_filesize 10M
php_value post_max_size 20M
php_value memory_limit 128M

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