|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Link to download a file.Hi,
I am a beginner and I try to find out how to create a link so that the user can download a file. Thanks, Doru There are a variety of ways depending on your needs.
The simplest way would be something like this: <a href="whatever.doc">download now</a> Here's more info on downloading and uploading files: http://SteveOrr.net/articles/EasyUploads.aspx Show quoteHide quote "Doru Roman" <doruro***@rogers.com> wrote in message news:e4tts4PWGHA.3332@TK2MSFTNGP02.phx.gbl... > Hi, > > I am a beginner and I try to find out how to create a link so that the > user can download a file. > > Thanks, > Doru > Hi Steve,
Thanks for the answer. I tried your sample <a href="C:\Applications\Documentation\HTML.doc">download now</a> but it doesn't do anything when I click on it. Show quoteHide quote "Steve C. Orr [MVP, MCSD]" <St***@Orr.net> wrote in message news:eCAzZaQWGHA.1348@TK2MSFTNGP05.phx.gbl... > There are a variety of ways depending on your needs. > The simplest way would be something like this: > > <a href="whatever.doc">download now</a> > > Here's more info on downloading and uploading files: > http://SteveOrr.net/articles/EasyUploads.aspx > > -- > I hope this helps, > Steve C. Orr, MCSD, MVP > http://SteveOrr.net > > > "Doru Roman" <doruro***@rogers.com> wrote in message > news:e4tts4PWGHA.3332@TK2MSFTNGP02.phx.gbl... >> Hi, >> >> I am a beginner and I try to find out how to create a link so that the >> user can download a file. >> >> Thanks, >> Doru >> > > Well you're gonna need a URL in there, not a local path like you've got.. A
local path will only work when called directly from the web server. Show quoteHide quote "Doru Roman" <doruro***@rogers.com> wrote in message news:OP13vVYWGHA.924@TK2MSFTNGP03.phx.gbl... > Hi Steve, > > Thanks for the answer. > I tried your sample <a > href="C:\Applications\Documentation\HTML.doc">download now</a> > but it doesn't do anything when I click on it. > > "Steve C. Orr [MVP, MCSD]" <St***@Orr.net> wrote in message > news:eCAzZaQWGHA.1348@TK2MSFTNGP05.phx.gbl... >> There are a variety of ways depending on your needs. >> The simplest way would be something like this: >> >> <a href="whatever.doc">download now</a> >> >> Here's more info on downloading and uploading files: >> http://SteveOrr.net/articles/EasyUploads.aspx >> >> -- >> I hope this helps, >> Steve C. Orr, MCSD, MVP >> http://SteveOrr.net >> >> >> "Doru Roman" <doruro***@rogers.com> wrote in message >> news:e4tts4PWGHA.3332@TK2MSFTNGP02.phx.gbl... >>> Hi, >>> >>> I am a beginner and I try to find out how to create a link so that the >>> user can download a file. >>> >>> Thanks, >>> Doru >>> >> >> > > Can I create a URL on my local PC?
Help here please, I do not have any idea how to do it. Show quoteHide quote "Steve C. Orr [MVP, MCSD]" <St***@Orr.net> wrote in message news:ev3cKMnWGHA.3496@TK2MSFTNGP05.phx.gbl... > Well you're gonna need a URL in there, not a local path like you've got.. > A local path will only work when called directly from the web server. > > -- > I hope this helps, > Steve C. Orr, MCSD, MVP > http://SteveOrr.net > > > "Doru Roman" <doruro***@rogers.com> wrote in message > news:OP13vVYWGHA.924@TK2MSFTNGP03.phx.gbl... >> Hi Steve, >> >> Thanks for the answer. >> I tried your sample <a >> href="C:\Applications\Documentation\HTML.doc">download now</a> >> but it doesn't do anything when I click on it. >> >> "Steve C. Orr [MVP, MCSD]" <St***@Orr.net> wrote in message >> news:eCAzZaQWGHA.1348@TK2MSFTNGP05.phx.gbl... >>> There are a variety of ways depending on your needs. >>> The simplest way would be something like this: >>> >>> <a href="whatever.doc">download now</a> >>> >>> Here's more info on downloading and uploading files: >>> http://SteveOrr.net/articles/EasyUploads.aspx >>> >>> -- >>> I hope this helps, >>> Steve C. Orr, MCSD, MVP >>> http://SteveOrr.net >>> >>> >>> "Doru Roman" <doruro***@rogers.com> wrote in message >>> news:e4tts4PWGHA.3332@TK2MSFTNGP02.phx.gbl... >>>> Hi, >>>> >>>> I am a beginner and I try to find out how to create a link so that the >>>> user can download a file. >>>> >>>> Thanks, >>>> Doru >>>> >>> >>> >> >> > > It's working with http:// on my local machine.
How can I Upload a file please? Show quoteHide quote "Doru Roman" <doruro***@rogers.com> wrote in message news:eSsoWUnWGHA.3448@TK2MSFTNGP03.phx.gbl... > Can I create a URL on my local PC? > Help here please, I do not have any idea how to do it. > > "Steve C. Orr [MVP, MCSD]" <St***@Orr.net> wrote in message > news:ev3cKMnWGHA.3496@TK2MSFTNGP05.phx.gbl... >> Well you're gonna need a URL in there, not a local path like you've got.. >> A local path will only work when called directly from the web server. >> >> -- >> I hope this helps, >> Steve C. Orr, MCSD, MVP >> http://SteveOrr.net >> >> >> "Doru Roman" <doruro***@rogers.com> wrote in message >> news:OP13vVYWGHA.924@TK2MSFTNGP03.phx.gbl... >>> Hi Steve, >>> >>> Thanks for the answer. >>> I tried your sample <a >>> href="C:\Applications\Documentation\HTML.doc">download now</a> >>> but it doesn't do anything when I click on it. >>> >>> "Steve C. Orr [MVP, MCSD]" <St***@Orr.net> wrote in message >>> news:eCAzZaQWGHA.1348@TK2MSFTNGP05.phx.gbl... >>>> There are a variety of ways depending on your needs. >>>> The simplest way would be something like this: >>>> >>>> <a href="whatever.doc">download now</a> >>>> >>>> Here's more info on downloading and uploading files: >>>> http://SteveOrr.net/articles/EasyUploads.aspx >>>> >>>> -- >>>> I hope this helps, >>>> Steve C. Orr, MCSD, MVP >>>> http://SteveOrr.net >>>> >>>> >>>> "Doru Roman" <doruro***@rogers.com> wrote in message >>>> news:e4tts4PWGHA.3332@TK2MSFTNGP02.phx.gbl... >>>>> Hi, >>>>> >>>>> I am a beginner and I try to find out how to create a link so that the >>>>> user can download a file. >>>>> >>>>> Thanks, >>>>> Doru >>>>> >>>> >>>> >>> >>> >> >> > >
"Cannot have multiple items selected in a DropDownList" Error
events inheritance RE: Checkbox data binding on Checked property Accessing FormView template controls clicked event never fires Atlas UpdatePanel with Webparts validating user control How to reach the object connected to repeater Dynamically move control. dynamic controls |
|||||||||||||||||||||||