PHP file uploading issues

I am facing trouble over uploading files through PHP which take beyond a certain time to upload. I get a message like

Warning: move_uploaded_file(/tmp/phpu0nHhG) [function.move-uploaded-file]: failed to open stream: No such file or directory in /scriptpath/scriptname.

I tested this thing on 2.5mb size file which took about 20min to upload from my dialup and then the above kind of error comes up.

From my other server, I was successfully able to upload a 50mb file using links command. So filesize is not an issue. Its the time.

The srever I am uploading file to is
RHEL, PHP 5.0.3, Apache 1.3.33, CPanel latest current version.
Its php.ini has following lnes in it

max_execution_time = 30
max_input_time = 60
memory_limit = 8M

The other server to which I am successfully able to upload the file from my dialup also has same settings in its php.ini. Its specs are
RHEL,PHP 5.0.2, Apache 2.0.52, no cpanel

Any clues?

Kirti

 

 

 

 

Top