asp.net - Byte array output as an Image -


I know that it is possible to do this:

  & asp: image ranat = " Server "image url =" ~ / mimejandler.ahesax? Egid = 2 "/>  

... but I have a case where byte array data is only available for the page (i.e., is not available in the session, and can not be referenced from any ID ) So I can not point to the image URL on a different page.

Is there a way to give ASP: byte arrays to present the image as an image?

The only good solution to this is to put the byte array in the session. If you are worried about uniqueness (multiple people are getting each other's byte arrays), use the random GUID as the key.


Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -