Link to home
Start Free TrialLog in
Avatar of Ritaf
Ritaf

asked on

ISAPI - unload a file

Hi,

My problem is pretty simple. I have Microsoft's IIS. I want users to click on a link in their browser, and as a result I want them to load a file using HTTP server (not FTP!). ISAPI can be used. I read a very basic chapter on ISAPI. All the samples there were html forms/ ISAPI filter.  

Thanks
Rita
Avatar of chensu
chensu
Flag of Canada image

Do you mean downloading or uploading?
Avatar of Ritaf
Ritaf

ASKER

I want the web browser on the user side to get a file from my http server(IIS).
That's easy. Simply generate the HTML code like the following.

<a href="/files/file1.zip">Download File1.ZIP</a>
Avatar of Ritaf

ASKER

Adjusted points to 80
Avatar of Ritaf

ASKER


The problem is on the server side. HOw does the code is suppose to look on the IIS side.


On the server side, all you have to do is to put the file into the directory.
Do you have some code you could post or you are trying to start from scratch?
ASKER CERTIFIED SOLUTION
Avatar of bencamp
bencamp

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
bencamp's answer is the same as my comment dated Thursday, February 03 2000 - 09:28AM.
chensu is right.  I could not see the forrest for the trees.
Actually its not, and it did not address the issue at hand OR solve the problem.  This should have been made clear by the big red REJECTED ANSWER notice.