Search code examples
htmlmeta

Does meta http-equiv can direct download?


When I go to the page the Image will start download auto. And the page had different html. I am trying with this

<meta http-equiv="refresh" content="1;url=LINK/pic.png">

Solution

  • No.

    A meta redirect cannot simulate the effects of a download attribute on a link or a Content-Disposition: Attachment HTTP response header.