hi,
i'm displaying an image like this:
<img src='counter.asp'>
counter.asp is doing a hitcounter do determine how often the image was displayed (i'll replace it with a modrewrite url).
the problem: in the counter.asp script i need to send the actual .jpg image to the browser, how could this be done? i suppose i need to load the image through FSO then send it using Response.BinaryWrite - any ideas?
thanks