Generally, you'd have to use a COM object written specifically to deal
with files.  There are some ways to look at the raw data from an image and
file and extract that info, but it's frankly beyond me at this time of
night.  :)

If you have control over the server the ASP code is on, you might consider
visiting

http://www.aspobjects.com/ASP_Components/Graphics_Charts/Images/

and trying one of the 'free' DLL files there.  There seem to be a couple
that claim to let you query image file dimensions.

HTH



On Thu, 10 May 2001, todd kennedy wrote:

> i've got a problem...i've written some stuff in PHP and now the person I
> wrote it for is looking for an ASP version to play with as well...
> 
> I've gotten most of it working in ASP now (eek.  VBScript is downright
> archaic compared to php4), but I'm having problems finding an equivelent
> for one PHP function that's pretty central to the code (it's a
> photogallery)...
> 
> the funciton is:
> getImageSize
> 
> 
> does any one know of an ASP equivelent to this?
> 
> thanks in advance
> todd kennedy
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
> 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to