Uploading large(big) files in PHP using .htaccess


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



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 200
  4. php_value max_input_time 200

Report this snippet


Comments


You need to login to view comments.