[thelist] ASP redirect to an image?

Scott Dexter sgd at ti3.com
Mon Sep 25 10:42:17 CDT 2000


 Imagine this scenario:
> 
> You have a directory full of high resolution images on your 
> server (I was
> thinking of product shots), all referenced to the relevant 
> products in the
> database. Then you call an image from your HTML code, like <img
> src="imageresize.asp?ProdID=3254&width=100">, and 
> imageresize.asp gets the
> correct product picture, resizes it to the specified size, stores it
> temporarily in some directory, and redirects to the newly 
> resized image.

ya gots the right idears, but the execution is a little 'over-engineered'

--Have the ASP page return the image directly to the browser.

http://www.asplists.com/listserv/archives/binaryfiles.asp

would be a good start (I'm reading through it myself)

sgd




More information about the thelist mailing list