Here is the code I use to write my image to the screen
Response.BinaryWrite rs("File Data"![Wink ;) ;)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
Unfortunately, the page that I want it to write the image to is an <html> document so it just writes the binary data to the screen instead of the actual image. Please help me. Is there anyway around this.
Thanks,
Josh
Response.BinaryWrite rs("File Data"
Unfortunately, the page that I want it to write the image to is an <html> document so it just writes the binary data to the screen instead of the actual image. Please help me. Is there anyway around this.
Thanks,
Josh