D
Doug Stiers
I have a button on a webform, when the user clicks a file on our network
will be downloaded to the clients machine. I need the button to initiate the
download just like a hyperlink without displaying the path like a hyperlink
would (down on the status bar). The file is an exe so its not something that
is going to be displayed, it has to be downloaded.
I've tried Server.Transfer(sFilePath) but that does not work. Can anyone
help?
Thanks,
Doug Stiers
will be downloaded to the clients machine. I need the button to initiate the
download just like a hyperlink without displaying the path like a hyperlink
would (down on the status bar). The file is an exe so its not something that
is going to be displayed, it has to be downloaded.
I've tried Server.Transfer(sFilePath) but that does not work. Can anyone
help?
Thanks,
Doug Stiers