How do I go about converting a Base64 encoded string to an Image and display on a Picture control in K2?
I tried using a webservice, then on i used something to link and nothing shows up.
How do I go about converting a Base64 encoded string to an Image and display on a Picture control in K2?
I tried using a webservice, then on i used something to link and nothing shows up.
I would recommend that you take that Base64 string, create expression (Text, Concatenate from Context browser) where you would compose IMG that should look like this:
or in Expression syntax:
and in the end, you would create a DataLabel control on your form, enable its Literal property (checkbox in properties) and assign the expression you created above to that DataLabel.