convinceme Posted April 14, 2006 Share Posted April 14, 2006 i want to restrict simultaneous downloads per ip.. for that what i tried was1) Check for ip in the database if it doesnt exist add it in the database...2) Send headers to force download3) if end of file remove the ip from the databasewhats missing is when the user clicks on the cancel button when the popup window popups with the options of "OPEN" "SAVE" "CANCEL" (bcoz of force download using headers) the ip remains in the database for ever and doesnt get removed...so how to check if the user clicked on cancelsecondly if the user cancelled during the download process how to remove it now from the databasehelp in this regard would be highly appretiated... thanks in advance Link to comment https://forums.phpfreaks.com/topic/7441-simultaneous-downloads-per-ip/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.