简体   繁体   English

在下载页面开始下载

[英]Start Downloading on download page

I want some help, I want download some files from website, the problem is that, when we are click to download button on detail.php page, the download start on detail.php page. 我需要一些帮助,我想从网站上下载一些文件,问题是,当我们单击detail.php页面上的下载按钮时,下载开始于detail.php页面。 This is my link on download button Link. 这是我在下载按钮链接上的链接。

http://localhost/website/download.php?filename=fun.jpg

But I want when click on this link then open http://localhost/website/download.php?filename=fun.jpg download.php page and after some seconds downloading start automatically.. 但是我想要当单击此链接然后打开http://localhost/website/download.php?filename=fun.jpg download.php page并在几秒钟后自动开始下载。

You should have 2 urls: one for the background page for your download, and one for the real download. 您应该有2个网址:一个用于下载的背景页面,另一个用于实际下载。 On the background page, use a javascript redirection to redirect to your real download page. 在后台页面上,使用javascript重定向重定向到您的实际下载页面。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM