Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
下午,女士们,先生们!
我的问题是关于为下载某个文件而创建的临时链接。
我希望在下载完成后停用该链接。有什么方法可以编写一个脚本来检查特定(临时)下载链接是否已完成将文件传输到特定客户端?
总而言之,我想生成一个链接。允许某人使用它来下载文件。下载完成后删除链接。
提前谢谢了!
PHP 有一个名为tmpfile的函数。它创建一个临时文件并返回一个资源。该资源可以像任何其他资源一样使用。