Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Nov : ICS Webserver display an image
| Subject: | ICS Webserver display an image |
| Posted by: | "Bob D." (bo..@demo.it) |
| Date: | Wed, 21 Nov 2007 17:16:42 |
Hello,
I have a webserver using ICS and I want to display an image without having
the image in a file, just in a MemoryStream. How can I do this? Something
like
localhost:8080/Fake_image
and display the jpeg that I have in MemoryStream
Thanks in advance