If you are reading this, your web server (with PHP as back-end technology) probably won’t upload larger files. Like 30MB or more. For this issue exist an easy solution. Just follow the following four steps:
php_value upload_max_filesize 50M php_value post_max_size 50M php_value max_execution_time 500 php_value max_input_time 500
Happy file uploading 🙂