/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
upload_max_filesize = 8M post_max_size = 16M memory_limit = 24M max_execution_time = 0 Or, in .htaccess, any place. php_value upload_max_filesize 8M php_value post_max_size 16M php_value memory_limit 24M php_value max_execution_time 120