image from base 64 display in web page without saving. no save allow on file system
-
I need to display the following image in my webpage... string imageStr = imageFromBase64( responseXMLfromUPS); this.page.xxx = imageStr; I have a base64 encoded string from UPS that I need to display on my web page. Your assistance is appreciated. Thank you for your help. signed... Linda
xxx
-
I need to display the following image in my webpage... string imageStr = imageFromBase64( responseXMLfromUPS); this.page.xxx = imageStr; I have a base64 encoded string from UPS that I need to display on my web page. Your assistance is appreciated. Thank you for your help. signed... Linda
xxx
Depending on the format of the image (i.e. Header, BPP, RGB, RGBA, BGR, etc) 1) Get the size of the image. 2) Create a table 3) For each row of the image 4) For each col of the image 5) End the row 6) End the table
Should be pretty good likeness. :-) - S 50 cups of coffee and you know it's on! A post a day, keeps the white coats away!