exif doesn't use htmlspecialchars()
Brought to you by:
spajot
You need to wrap the exif output in htmlspecialchars().
i.e.:
$strExifData .= '<b>'.htmlspecialchars($key).'</b> '.htmlspecialchars($value).'<br />';
Another problem is that I keep getting the error message "Unterminated string literal". The data in that case is just 150K of binary junk in the exif - which is a problem in itself.
Logged In: YES
user_id=1862274
Originator: NO
I have the same problem with my camera. I fixed that using exif picture.jpg ... and saw the field with special characters, so I changed exif function to exclude that field, and now everything is OK.