Override the sizelimit in php options.ini
9. Dezember 2009
Keine Kommentare
Insert the following lines into your .htaccess
file. In this case we raise the limit up to 20 Megabytes.
php_value upload_max_filesize 20M php_value post_max_size 20M php_value max_execution_time 200 php_value max_input_time 200