Anyone knows how to determine an image's dimension using Classic ASP? Like How do I know the width, Height of this image using ASP? http://www.google.co.in/intl/en_com/images/logo_plain.png Thanx
To do it reliably you need a component on the server. I have found a few flakey scripts in the past. http://classicasp.aspfaq.com/files/directories-fso/how-do-i-create/manipulate-images-from-asp.html If you have ASP.net on the server then you can use that, but it's too complicated for me.