/ Published in: Apache
Add these lines to your .htaccess file to increase PHPs file upload size limit to 20Mb
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
php_value upload_max_filesize 20M php_value post_max_size 20M php_value max_execution_time 300 php_value memory_limit 128M