hi everybody
i'm having the following problem...
web service provides me with a set of values (value1, value2.... x). One value is encoded image data. I need to show decoded image on the web page (base64_decode( ))... Image is PNG. My question is what is the best way to solve this?
tnx.
i'm having the following problem...
web service provides me with a set of values (value1, value2.... x). One value is encoded image data. I need to show decoded image on the web page (base64_decode( ))... Image is PNG. My question is what is the best way to solve this?
tnx.
Comment