- Posts: 3
- Thank you received: 0
Good morning,
I was wondering whether it is possible to store a link to the picture in the DB and retrieve the picture in CARD VIEW JX via that link or is it required to actually store the picture itself in the DB?
Thanks + Best regards
Please Log in or Create an account to join the conversation.
Hi,
Sure you can add image url to the database. The easiest way is actually to store whole <img> tag to the database and then just display it. If you want to store image url only, you can still do it, but than you need to use database view, to generate an <img> tag around the image url.
See the third example here: 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.