doudi8829 2015-04-05 06:12
浏览 50

如何使用PHP或JavaScript检查下载是否完整?

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?

    评论

报告相同问题?