I'm trying to figure out a way to generate scaled down versions of images and display them on the fly.

I already have the method to display the images in a directory on a page dynamically in ASP, but I have yet to solve the problem of displaying only small versions of the images instead of the full blown picture.

Adjusting the height and width properties simply displays a small version, but the whole image must still be downloaded.

Anyone have suggestions?

Thanks!