I have an ASP page that allows a user to download a file. The file is sitting on another server, but is mapped to the server where the script is executing. so in the HTML tag, this is how i create the link:
<a href="file://h:/downloads/download.pdf">download file</a>
This does not seem to work, so it thought i would try the file system object available with ASP, but have not had any luck, can anyone help?
Thanks
<a href="file://h:/downloads/download.pdf">download file</a>
This does not seem to work, so it thought i would try the file system object available with ASP, but have not had any luck, can anyone help?
Thanks