I can create dynamic download link with expire time using PHP. But I want to delete the link when the user completed the download. Is there any way to know when the user has completed the download with PHP or JavaScript?
2条回答 默认 最新
dth54864 2015-04-05 06:20关注Use a php page to process the users request to download, which will trigger it to delete it a short time afterwards?
解决 无用评论 打赏 举报