Works great. If you can not change max. filesize in .htaccess by inserting:
php_value upload_max_filesize "20M"
php_value post_max_size "20M"
wich works for me in most times, this one is only one solution. Thanks for it.
Works great. If you can not change max. filesize in .htaccess by inserting:
php_value upload_max_filesize "20M"
php_value post_max_size "20M"
wich works for me in most times, this one is only one solution. Thanks for it.