- Posts: 10
- Thank you received: 0
I have base64 encoded images that are stored in a database. Is it possible to decode them and display them directly in the table? If so how can I accomplish this?
Please Log in or Create an account to join the conversation.
Hi,
As far as I know base64 image can be displayed in html so that you put the data in src attribute of the img tag.
You can display them by creating a database view, which adds an img tag to the table data similar as the third example on this page: toolsjx.com/faq/3-how-to-create-a-databa...use-it-with-tools-jx
Please Log in or Create an account to join the conversation.