Store div as an image in Database.

0
Hi, I want to store a custom div(badge) to database as an image. So, user can download it on there machine. Is there a way to achieve this?
asked
1 answers
0

You could store any image in your database. Make an on click microflow on your page that retrieves that image and download it. You can also use that same microflow to check some stuff first like has the user achieved the stuff to get the badge award.

Regards,

Ronald

 

answered