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>