我知道如何使用download
屬性來強制下載,但我想做一些不同的事情。是否可以使用下載屬性強制下載?
<a href="filename.mp4" download=""><img src="download.png"></a>
這是download
屬性,它工作正常,但我想用下載meta
標籤,像這樣:
<meta http-equiv="refresh" content="5; url=uploads/<?php echo $_POST["filename"]; ?>"> Please wait while your file start downloading.
它與類似的壓縮文件擴展名偉大的工作,RAR等。但當我嘗試使用mp4時,它會在瀏覽器中打開文件,而不是強制下載。
[下載屬性時文件名不能正常工作?](http://stackoverflow.com/questions/33909763/download-attribute-with-a-file-name-not-working) –
@SatishSaini no這是不同的老兄!即時使用meta http-equiv刷新5秒後下載 –
是的,它認爲這是不同的 – Jayanta