How do I resize images using classic ASP? My script downloads an image to the hard drive and then I need to resize the image.
Hi fraser1,
Here is the sample for resize image with vbscript:
http://www.motobit.com/tips/detpg_asp-resize-image/
However, I think the most convenient way to resize the image is use CSS to resize the image when you need to display it.
Best Regards,
Yuk Ding