How to Open Base64 image in UCP?

0
Is it possible to open a base64 image with a Unified Comfort panel? (see attach for example) This is the format a camera send the image to us.
asked
1 answers
0

Create a simple CWC with an HTML <img> tag inside.

 

Then, populate the tag with the base64 string, passed as method to the CWC (it's a string, but it's long, so it's not supported as wstring in UCPs.

 

Here some additional details: https://stackoverflow.com/questions/8499633/how-to-display-b...

 

 

answered