Google Chrome中未加载图片 [英] Image not loaded in Google Chrome

查看:331
本文介绍了Google Chrome中未加载图片的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我试图通过jsp从服务器数据库加载图像。

I am trying to load the image from server database through jsp. All browsers are supported but in Google Chrome not supported.

这里是我的代码:

<html>
    <body>
    
    <img style="-webkit-user-select: none" src="http://ec2-54-200-73-139.us-west-2.compute.amazonaws.com:8080/retriveimage/view.jsp?carrier_name=ondot" />
    </body>
</html>

推荐答案

一旦我们检查您的网络调用,我们发现该错误就像这样ERR_INCOMPLETE_CHUNKED_ENCODING,所以按照下面的链接可能会帮助你。

Once we examine your network call we found that error is some thing like this 'ERR_INCOMPLETE_CHUNKED_ENCODING' so follow the below link it might be help you.

ERR_INCOMPLETE_CHUNKED_ENCODING

ERR_INCOMPLETE_CHUNKED_ENCODING

ERR_INCOMPLETE_CHUNKED_ENCODING

这篇关于Google Chrome中未加载图片的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆