Related Articles. Table of Contents. Save Article. Improve Article. Like Article. How to trigger a file download when. Welcome to GeeksforGeeks. Download Image. For any other file, just make it the filename. For images and music, you'd want to store them in the same directory as your site though. So it'd be like. I want to have links that both allow in-browser playing and display as well as one for purely downloading. The new download attribute is fine, but doesn't work all the time because the browser's compulsion to play the or display the file is still very strong.
You don't want to fiddle with the server's extension mapping because you want to deliver the same file two different ways. So for the download, you can fool it by softlinking the file to a name that is opaque to this extension mapping, pointing to it, and then using download's rename feature to fix the name. I was hoping just throwing a dummy query on the end or otherwise obfuscating the extension would work, but sadly, it doesn't. You can download in the various way you can follow my way.
Though files may not download due to 'allow-popups' permission is not set but in your environment, this will work perfectly. Stack Overflow for Teams — Collaborate and share knowledge with a private group. Create a free Team What is Teams? Collectives on Stack Overflow. Learn more. Ask Question. Asked 11 years, 6 months ago. Active 1 year, 6 months ago. Viewed k times. Tot Zam 7, 9 9 gold badges 47 47 silver badges 70 70 bronze badges.
Venkat Venkat Add a comment. Active Oldest Votes. Stack Overflow for Teams — Collaborate and share knowledge with a private group. Create a free Team What is Teams? Collectives on Stack Overflow. Learn more. How can I set the file name for a download link? Ask Question. Asked 1 year, 1 month ago.
Active 1 year, 1 month ago. Viewed times. I would like to download an HTML file, let's say test1. Improve this question. If you want to report an error, or if you want to make a suggestion, do not hesitate to send us an e-mail:. Example Specify a value for the download attribute, which will be the new filename of the downloaded file "w3logo. Report Error. Your message has been sent to W3Schools.
0コメント