Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
Downloads on website
Name: john252525 Date: February 8, 2005 at 17:51:18 Pacific OS: XP CPU/Ram: 99999999999999....
Comment:
I need help i want others do be able to Download, programs and songs from my website i dont know how to do this could someone please tell he how to do this with HTML or anyway i can do this myself for free
Name: jake1025 Date: February 8, 2005 at 19:23:06 Pacific
Reply:
link your download files the same way you would link your html files.
example: file = program.exe [a href="program.exe"]download[/a] use greater than/less than signs
0
Response Number 2
Name: Dr. Nick Date: February 8, 2005 at 21:19:52 Pacific
Reply:
Don't mind this post, just trying something...
<a href="http://www.google.com">Google</a>
0
Response Number 3
Name: john252525 Date: February 9, 2005 at 11:02:11 Pacific
Reply:
how do i "link your download files the same way you would link your html files. example: file = program.exe [a href="program.exe"]download[/a] use greater than/less than signs" if i wanna add a song for download?
Hi
0
Response Number 4
Name: Dr. Nick Date: February 9, 2005 at 13:37:15 Pacific
Reply:
You access files to download the same way as any other resource.
Say you have the song "Song.mp3" in the same directory as the file "Song-list.html". If you want to allow a visitor to download 'Song.mp3', then in 'Song-list.html' add a link someplace that looks like:
Summary: I downloaded a javascript and added it to my website, I thought it would be like a button or something, but it's this alert that pops up approx 10 times before the page shows up. And when I try to edi...
Summary: Hi, The site took about 20 seconds to download on a dialup connection in Thailand. That is good, IMO. No problem there. I would give the site about a 6.5-7 out of 10. I'm rating it as a professional s...
Summary: I am trying to download a JPG file through a php page. The code is pretty straight forward, it obtains the filename from the query string, reads the file and outputs to the browser. Here is the code: ...