An ISAPI project to send a page with an image to the browser
Posted
by Jorge Lodos Vigil
on November 20th, 1998
The ISAM generates a page that contains an IMG tag with the SRC field pointing to the ISAM itself with a GetImage command (see the html source for the dinamically generated page).
The full source code for the ISAM is provided, you will have to compile it in order to get a working site. Before compiling you will have to change some constants in the code: the module location and the image location. These constants are found in the isam.cpp file. Once you have compiled the project with correct site location and image location you will need to take the following steps to install:
- Create a directory under your http server root for the project
- Copy the isam.dll file and the image to this directory (the image location must be the same you specified in the isam.cpp file)
- Create a virtual directory in your http server to access the dll (remember to grant execute rights). The name of the directory must be the same you set in the project
Last updated: 10 June 1998

Comments
Push server
Posted by Legacy on 05/02/2002 12:00amOriginally posted by: KC
ReplyA small error in ISAM.cpp file
Posted by Legacy on 02/26/2002 12:00amOriginally posted by: Sinisha Ristich
There is a small error in isam.cpp file:
There shoud be:
static const TCHAR szImageLocation[] = _T("c:\\inetpub\\wwwroot\\isapitest\\image\\car1.jpg");
instead of:
static const TCHAR szImageLocation[] = _T("c:\\inetpub\wwwroot\\isapitest\\image\\car1.jpg");
ReplySource Code for ISAM.dll
Posted by Legacy on 04/17/2001 12:00amOriginally posted by: Shyam
The ZIP file is not working kept for download.
ReplyHow to activate the ispai .dll from a browser?
Posted by Legacy on 04/18/2000 12:00amOriginally posted by: Andy
After I did according to the above steps, how to activate the ispai .dll from a browser?
ReplyISAPI for downloading Images in the Browser using DLL
Posted by Legacy on 03/19/1999 12:00amOriginally posted by: M.Sukumar
Hi,
Would anyone let me know how to use this with creating the directories. I have done everything the title and other text comes in but Image doesn't, While opening it gives an exception stating Sharing Violation. Hope any one will solve this.
Bye,
ReplySukumar