I am trying to upload a file using this simple script:
set_time_limit(240);
copy($fil, "/home/jazzla/www/test2/$fil_name");
echo "OK";
as you see I use the time_limit set to 240 sec. But the the browser prints out 'cannot find server' after a while, I guess this is the timeout thing causing this, can anyone see if my code is correct or have a solution to the problem, I am using an ISP so I can not access the configuration file.
regards Thomas