convinceme Posted April 15, 2006 Share Posted April 15, 2006 ahmm while downloading a big file i get this error connection from the server was reset usingset_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 Link to comment https://forums.phpfreaks.com/topic/7488-connection-with-the-server-reset/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.