ahmm while downloading a big file i get this error connection from the server was reset using
set_time_limit(0);
while(!feof($file)) {
echo fread($fp, 1024 40 8);
flush();
sleep(1);
}
how to prevent this error... help in this regard would be highly appretiated