ISAPI extension
-
hi, i want to create an ISAPI extension which would enable me send a page with an image to a browser. there would be options for the user to select a particular image give on a web page and when the user clicks the get button the image should be displayed. i found a sample project here on codeproject given by Jorge Lodos. but i am not able to display the images. i changed the location of the files as specified in the tutorial but only the text is being displayed. can anyone help. also in the html page supplied with the sample code contains a %s in the image src field. can anyone explain what is that. the html code is as follows. Test Image
Test Image
A car and the link for the sample project is : http://www.codeproject.com/isapi/image.asp thanks aditya
-
hi, i want to create an ISAPI extension which would enable me send a page with an image to a browser. there would be options for the user to select a particular image give on a web page and when the user clicks the get button the image should be displayed. i found a sample project here on codeproject given by Jorge Lodos. but i am not able to display the images. i changed the location of the files as specified in the tutorial but only the text is being displayed. can anyone help. also in the html page supplied with the sample code contains a %s in the image src field. can anyone explain what is that. the html code is as follows. Test Image
Test Image
A car and the link for the sample project is : http://www.codeproject.com/isapi/image.asp thanks aditya
I believe a HTTPContext class will do this for you. Certainly I know ASP.NET is itself an ISAPI extension, and one of the classes you can override allows you to do the same thing in C#. Christian Graus - Microsoft MVP - C++