1. You should take a look at your apache error.log, the PHP error should be there.
2. Check your PHP config file for max_execution_time, it's set to 30s as default, your session could be timing out. Big files may be exceeding any of these config items: post_max_size, upload_max_size and...