So, I've been looking and trying to find a way to download a file automatically right when somebody goes onto my site. I've tried using an a tag to download, and it works, you just have to click to download it. Like so...
<a href="pic.jpg" download>Download</a> But I don't want that. I want it to automatically download with no click. I need some help please!