Hey there..... A friend of mine has asked me to design for them a website. ...That part is easy and it presents no problem. Yet, he asks for something that is presently beyond my ASP.Net '08 coding abilities. He wants to allow a website visitor to download an audio copy of a Christian sermon. Does anyone know how to do this? Is there any website that give clear coding lessons or examples on how I should do this? Any help of ideas would be GREATLY appreciated! Thanks in advance....! May you have a blessed day as the Lord wills. JEP_Dude
Can you please clarify? It seems like you can simply upload sermon.mp3 and make a typical <a href="sermon.mp3">Download this Sermon!</a> and they will be able to download it.
SHOwnsYou ...& others... Thank you very much! I think you may have answered my question. Yet, isn't there a way to accomplish this task through Visual Studio '08? God bless JEP_Dude
on your page designer in visual studio, stick a label where you want them to download the file. in your code behind just write the html there for the file based on ya query string if the page is dynamic.