Using BinaryImage, how can I show an emf image as Byte array from database on IE8? In the code, I have updated Photo column with emf image in CustomerPhotos table. The modified application does not show the emf image on IE8 but shows it on IE6/IE7 because the Content-Type is image/*.
(Q1) Is there any way to set image/x-emf to the Content-Type for BinaryImage?
(Q2) Is there the correct way to show an emf image in BinaryImage on IE8?
Best regards,
(Q1) Is there any way to set image/x-emf to the Content-Type for BinaryImage?
(Q2) Is there the correct way to show an emf image in BinaryImage on IE8?
Best regards,