Hi guys,
In PHP there is a handy little function in PHP:
list($width, $height, $type, $attr) = getimagesize("image_name.jpg");
This will get the image width, height and file type.
Is there any way of getting this information using ASP?
I have no access to the software on the server so cannot...