steviez Posted January 20, 2009 Share Posted January 20, 2009 Hi, I am making a download script for my site and i want to make it so that if someone is already downloading a file they cant download another until its finished, I can get the users ip in to my db when the download starts but ho could i get it to remove from the db when the download has finished? Any help would be great. Thanks Quote Link to comment https://forums.phpfreaks.com/topic/141538-download-script-help/ Share on other sites More sharing options...
premiso Posted January 20, 2009 Share Posted January 20, 2009 I don't think you can know when the download is finished unless maybe you use a flash downloader. But the IP bit is flawed too. You could try session, but you would need ajax for flash for the actual downloader so you can know when it is finished. Quote Link to comment https://forums.phpfreaks.com/topic/141538-download-script-help/#findComment-740857 Share on other sites More sharing options...
steviez Posted January 20, 2009 Author Share Posted January 20, 2009 I don't think you can know when the download is finished unless maybe you use a flash downloader. But the IP bit is flawed too. You could try session, but you would need ajax for flash for the actual downloader so you can know when it is finished. Shame cos i dont use any of that on my site, maybe its a bit too hard to do for me then Quote Link to comment https://forums.phpfreaks.com/topic/141538-download-script-help/#findComment-740859 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.