maviscruet
Technical User
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 install any ancillery software.
I am now desperate to find a solution so any help or advice would be greatly appreciated!
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 install any ancillery software.
I am now desperate to find a solution so any help or advice would be greatly appreciated!