| |
sorucs
Posts: 1
Score: 0
Joined: 9/11/2003
From:
Status: offline
|
1 - i have a site that runs on my intranet. i have a database on sql server. there is an asp page that lists all documents that users want to download . doclist.asp:list the all documents (their ID,Code,Name,Desc,..) when the user click the ID link, i want server to download the file to clients machine.i mean users shouldnt know where the files are located. how can i make server download file to clients machine? should i write a dll? 2 - How can i find the computer name? server.variables("REMOTE_ADDR") gives IP server.variables("REMOTE_HOST") should give the name but it gives same id. in the microsoft help file it says : "The name of the host making the request. If the server does not have this information, it will set REMOTE_ADDR and leave this empty." thanx...
|
|