What HTML can I use to create a link to download a file located on the server?
I have an agent that creates a file every night that needs to be downloaded via the Web. I have computed text that generates a button to click for downloading, but I can not figure out how to link it to the file. Any ideas?
Subject: RE: Download Link on Web to file on server???
I tried that and the browser can’t find the file. It appends the domain (IP Address) to the beginning of the file path. I need to load the file at “C:\Folder_Name\File_Name”.