Search the Community
Showing results for tags 'download'.
-
How do I make a download work? <a href="" download> What do I put into the href attribute? In the w3schools example, they use: <a href="/images/myW3Schoolslogo.jpg" download> Though how do I find the href attribute of a file? Say I was trying to make a download button for a word file. How do I do that? Thanks for helping a newbie!
-
Hello good, I have in my web videos privately hosted on my vps and I would like to remove from the bar of reprocuccion to the option of download. Greetings and a thousand thanks
-
I'd like to know if i can download the most latest version of W3Schools, because in some areas where i live i don't always have good internet connection, so i'd like to be able to download the site to use it offline, but i've already downloaded early versions, but i want the most latest version.
- 4 replies
-
- download
- offline version
-
(and 5 more)
Tagged with:
-
Hi, I'm new to writting code & looking to write a couple of secure web pages. One where you can log in & out securely using a password. Then a second where you can upload & download some files or folders. Any help on where to start, what code (asp/etc) & what best method(s) of encryption I should use? Thanks for any help or advice. Old Guy.
- 4 replies
-
- secure pages
- log in
-
(and 3 more)
Tagged with:
-
Hello everyone. I just created a WordPress website. To let you know, it's a site about WallPapers. I make a post for every image. But I want to have a download button in the post, so the image can be downloaded by clicking on the button. Can someone help me please? The WordPress plugins doesn't work. Thanks in advance!
-
How do I write a download link that forced download in Internet Explorer? I have this link and it works perfect in Chrome, Safari and Firefox bit in IE it opens the file. <a href="/files/CTC.vpd" download="CTC.vpd">Ladda ned uppdatering här (för Internet Explorer högerklicka och välj spara mål som)</a> Anyone knows?
-
Hello everybody, so im wondering how to make "Download" that is secured and users cannot go just with direct link like /downloads/file1.rar. I'd like that no SQL-storing would be there.