When uploading a file, the built in functions let you get the filename,
size, type.  If the file is an image, is it possible to also get the width
and height of the image?

Right now we are giving input boxes for the user to enter the correct
values, but I'd rather that my code do it for them.  That way I can prevent
images that are too wide, as well as not depend on the uploader being smart
enough to know what the dimensions are.

Can anyone help me out?




-- 
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