Thanks Frederick for your reply. I have tried both the ini_set and set_time_limit but I still encounter the same problem. The file I am testing with is relatively small. Only 500kb. i think size is not a matter here.
i have a statement that looks like:
<?php
if ($_FILES['userfile']['tmp_name']=="")
print("no files uploaded");
?>
Seems to me the file couldn't be upload t the server temp directory. The file which failed to be upload is a jpeg file that i can view in some photo software.
What seems to be the problem here??? Any help would be appreciate.