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 Quote Link to comment https://forums.phpfreaks.com/topic/7488-connection-with-the-server-reset/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.