About 47,700 results
Open links in new tab
  1. How can I create download link in HTML? - Stack Overflow

    May 8, 2010 · I have a basic idea of HTML. I want to create the download link in my sample website, but I don't have idea of how to create it. How do I make a link to download a file …

  2. html - How to set name of file downloaded from browser? - Stack …

    When they click a button to download the file, you can add the HTML5 attribute download where you can set the default filename. That's what I did, when I created a xlsx file and the browser …

  3. How can I download a PDF file instead of opening them in …

    I was wondering how to make a PDF file link downloadable instead of opening them in the browser? How is this done in html? (I'd assume it's done via JavaScript or something).

  4. How to trigger a file download when clicking an HTML button or ...

    How to trigger a file download when clicking an HTML button or JavaScript Asked 13 years, 4 months ago Modified 4 months ago Viewed 1.9m times

  5. html - Opening files in browser instead of downloading - Stack …

    Mar 10, 2016 · If you have several folders, every folder that has PDF files that you wish to open in a browser instead of download needs an ".htaccess" file. This is the ".htaccess" file I use.

  6. How can I make a url a download link in html? - Stack Overflow

    Oct 4, 2013 · Learn how to create a download link in HTML with examples and best practices.

  7. html - JavaScript blob filename without link - Stack Overflow

    How do you set the name of a blob file in JavaScript when force downloading it through window.location? function newFile(data) { var json = JSON.stringify(data); var blob = new …

  8. How to download a base64-encoded image? - Stack Overflow

    Dec 23, 2012 · I have a base64-encoded image from the server for which I want to force the download through JavaScript. Is is possible?

  9. How to make PDF file downloadable in HTML link? - Stack Overflow

    Dec 13, 2008 · 15 I found a way to do it with plain old HTML and JavaScript/jQuery that degrades gracefully. Tested in IE7-10, Safari, Chrome, and FF: HTML for download link:

  10. html - Download link for video file - Stack Overflow

    Download link for video file Asked 9 years, 4 months ago Modified 5 years, 10 months ago Viewed 53k times