Archive for May 25th, 2004

Reading Binary Files in ASP (2004-5-25)

My friend Elton came to me with a head-scratcher today.  He needs to be able to have an ASP script return an image to the browser, so that he can write an HTML page like this: <HTML><HEAD><TITLE>Sample Page</TITLE></HEAD><BODY><img src=”/getAnImage.asp”></BODY></HTML> See how the script is the target of the IMG tag? The script itself has several [...]