Im making a webserver in vb and trying to make it support the <img> tag. When IE reads the <img> tag, it requests the image from the server. I tried sending it the same way I do with text (read the file and send it) but IE displays one of those X boxes. Any idea how to send a picture to IE?