i have never had this problem before I use the copy function to copy file
copy($_FILES['download']['tmp_name'],'../webcasts/'.$_FILES['download']['name'])
however when it moves the files from the temp name to the webcasts it only copies not the whole file, i also have a htaccess file
[php
php_value upload_max_filesize 10M
php_value max_execution_time 900
[/code]
what could be the problem? for example we copy a 6.5 meg file but it only uploads about 4 meg?