Hello everybody,
I have a image in png format(that gets generated from my code). How to write this image to response object?
Thanks
Printable View
Hello everybody,
I have a image in png format(that gets generated from my code). How to write this image to response object?
Thanks
Save it and write an image tag that points to it.
Stream it to the response output stream.
What stream you use to read the image is entirely dependent on where the image is coming from.
I referred to this site and got what exactly i needed