there are 2 things that would prevent large files from uploading, .. 1, is the max file upload size,
upload_max_filesize .. and the other is
max_execution_time. if a file is too big, it might make your page timeout.
check out other php.ini settings here:
http://codenewbie.com/php_manual_en/ini.html