AnnieKay Posted February 16, 2008 Share Posted February 16, 2008 Hi all I'm fairly new to PHP but I'm trying to build an image gallery. Apart from the $_FILES array, is there any other way to get more of information stored the photo that has just been uploaded such as the date the picture was taken or in some cases (depending on camera features), which camera it was taken with? I'm sure all this information is stored in the jpg itself, but how to I access it? Thanks in advance! Annie Link to comment https://forums.phpfreaks.com/topic/91403-accessing-extra-photo-information-post-upload/ Share on other sites More sharing options...
AnnieKay Posted February 17, 2008 Author Share Posted February 17, 2008 *bump I'm still hoping someone can help me with this, I think it would be an Excellent functionality! Link to comment https://forums.phpfreaks.com/topic/91403-accessing-extra-photo-information-post-upload/#findComment-468968 Share on other sites More sharing options...
tippy_102 Posted February 17, 2008 Share Posted February 17, 2008 It sounds like you want exif_read_data: http://ca.php.net/manual/en/function.exif-read-data.php Link to comment https://forums.phpfreaks.com/topic/91403-accessing-extra-photo-information-post-upload/#findComment-468971 Share on other sites More sharing options...
AnnieKay Posted February 17, 2008 Author Share Posted February 17, 2008 tippy_102, thanks, that's EXACTLY what I wanted! And I spent Ages looking for it with no luck... I'm so excited, thanks again Annie Link to comment https://forums.phpfreaks.com/topic/91403-accessing-extra-photo-information-post-upload/#findComment-468973 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.