0

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

here is my code:

<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>
nnnnnn
  • 147,572
  • 30
  • 200
  • 241
user6325753
  • 585
  • 4
  • 10
  • 33
  • Your code as-is worked fine for me in Chrome - I applied a minor edit to your question to make the html into a runnable snippet, and the image specified in that `src` attribute *does* appear. – nnnnnn Jul 05 '16 at 07:02
  • @nnnnnn — It doesn't for me. https://www.evernote.com/l/AANgQ_ilzvZBv44x2yInpyG9q-D43V1ViR0 – Quentin Jul 05 '16 at 07:07
  • I think you need to make it public , http://stackoverflow.com/questions/27768596/how-do-i-show-an-image-from-my-amazon-s3-on-my-website , http://stackoverflow.com/questions/6975693/amazon-s3-access-image-by-url – Pranav C Balan Jul 05 '16 at 07:08
  • @nnnnnn, Thanks for your response. Still iam getting same problem. – ROOT Jul 05 '16 at 07:08
  • @PranavCBalan, thanks for your support. for remaining browsers, its works well. only in case of chrome iam getting error. – ROOT Jul 05 '16 at 07:11
  • @Quentin - Well I can't explain why, but it works for me without me doing anything special. – nnnnnn Jul 05 '16 at 07:11
  • @Sateesh2607: why are you responding as if this is your question? Are you also user ccc2607? – nnnnnn Jul 05 '16 at 07:11
  • @Sateesh2607 : do you installed adBlocker , then just disable it and check... I hope it will work http://stackoverflow.com/questions/18600182/images-not-appearing-in-google-chrome – Pranav C Balan Jul 05 '16 at 07:13
  • @PranavCBalan, yes – ROOT Jul 05 '16 at 07:14
  • @PranavCBalan, still same error. – ROOT Jul 05 '16 at 07:14
  • @Sateesh2607 : clear cookies and cache and try – Pranav C Balan Jul 05 '16 at 07:15

1 Answers1

0

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

Community
  • 1
  • 1
Nikhil.Patel
  • 959
  • 9
  • 17