akshay Posted July 5, 2010 Share Posted July 5, 2010 Hello. Is there a simple code to find status of a download. For example, after I launch a file download with php, I want to find status of that download (whether its complete or not), just like file hosting/sharing sites do. And if its "in progress", I want to prevent parallel downloading... I don't understand much of header() commands, except header("location..."); "refresh:... So, if you can assist me with it (like commenting what each command does, I'd appreciate) Thanks Quote Link to comment https://forums.phpfreaks.com/topic/206756-tracking-a-download/ Share on other sites More sharing options...
trq Posted July 5, 2010 Share Posted July 5, 2010 There is a force download script in the FAQ/Code Snippet board that should get you most of the way toward implementing this functionality. Quote Link to comment https://forums.phpfreaks.com/topic/206756-tracking-a-download/#findComment-1081260 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.