most likely this is a server memory issue.
try adding the following code at line 1 to increase the memory limit:
<?php
ini_set("memory_limit", "256M")
?>
if that does not work, one of the other server settings that effect upload file size will be the problem.
see the following page for details on server settings that effect file upload:
wap_upload.asp?page=php2


