[PHP] File information JPEG Files

2003-01-12 Thread harald.mohring
How can i get the file information of a uploaded jpeg-file. i need the heigt and width in pixel and the resolution. Thanks Harry -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] File information JPEG Files

2003-01-12 Thread Warren Vail
:[EMAIL PROTECTED]] Sent: Sunday, January 12, 2003 8:11 AM To: [EMAIL PROTECTED] Subject: [PHP] File information JPEG Files How can i get the file information of a uploaded jpeg-file. i need the heigt and width in pixel and the resolution. Thanks Harry -- PHP General Mailing List (http://www.php.net

Re: [PHP] File information JPEG Files

2003-01-12 Thread Tom Rogers
Hi, Monday, January 13, 2003, 2:10:57 AM, you wrote: hmgd How can i get the file information of a uploaded jpeg-file. hmgd i need the heigt and width in pixel and the resolution. hmgd Thanks Harry Use getimagesize() $info = getimagesize('image.jpg'); echo 'Width = '.$info[0].' Hieght =