Internet Explorer 显示二进制图像数据
以下代码片段适用于除 Internet Explorer 之外的所有浏览器。每个浏览器(Chrome、FF、Safari 和 Opera)都将以下内容显示为图像,但 Internet Explorer 显示二进制数据(字母和符号)。
任何帮助将不胜感激。
// code compiling $myimageblob
header('Content-Type: image/jpeg');
echo $myimageblob;
The following code snippet works in all browsers except Internet Explorer. Every browser (Chrome, FF, Safari, & Opera) displays the following as an image, however Internet Explorer displays the binary data (letters and symbols).
Any help would be greatly appreciated.
// code compiling $myimageblob
header('Content-Type: image/jpeg');
echo $myimageblob;
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论