It looks like for video files, the file size is too large (126 MB, as reported by OP). So the PHP script is never receiving the file.
There are a few places where you can look to adjust this. First, you can set a max file size in the HTML form:
Also, you may need to adjust some variables in you php.ini file:
http://www.cyberciti.biz/faq/linux-unix-apache-increase-php-upload-limit/