Posts by Bruno Clementino • 1 point
2 posts
- 
		0 votes1 answer69 viewsA: Display received image via socket in img tagI found the solution based on these links: /a/169877/32827 suggested by @Lucascosta and https://stackoverflow.com/questions/20784145/display-image-from-http-response-with-image-content-type I needed… 
- 
		0 votes1 answer69 viewsQ: Display received image via socket in img tagI am receiving images from a server and need to display the image on the html page. The images are received via socket, so I have only the content of the image. The img tag displays an image when…