Increase PHP file upload limit


/ Published in: Apache
Save to your folder(s)

Add these lines to your .htaccess file to increase PHPs file upload size limit to 20Mb


Copy this code and paste it in your HTML
  1. php_value upload_max_filesize 20M
  2. php_value post_max_size 20M
  3. php_value max_execution_time 300
  4. php_value memory_limit 128M

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.