mardi 14 avril 2015

EmbeddedJs - How to display the profile picture received as JSON?

I need to display the profile picture using embeddedjs, which I'm getting as JSON data from the server. This is the code I'm using but the image is not rendered and the same is blank



<img src="data:image/jpeg;base64,<%=user.logo%>" width="100" height="100"/>

Aucun commentaire:

Enregistrer un commentaire