Hi,
i would like to know is it possible when view database table record, it shows the images that users uploaded like attached screenshot?
i would like to know is it possible when view database table record, it shows the images that users uploaded like attached screenshot?
Hi solida,
You can but using a custom element to display an image tag.
Best regards,
Max
You can but using a custom element to display an image tag.
Best regards,
Max
hi, thanks for the reply.
Do you have any tutorial or instruction teach people to to custom the view record page using custom element?
Kind regards,
Jason
Do you have any tutorial or instruction teach people to to custom the view record page using custom element?
Kind regards,
Jason
Hi solida12,
You can use a straight forward HTML <img> tag - assuming that you have loaded the image file name as 'image' then it will be something like this
Bob
You can use a straight forward HTML <img> tag - assuming that you have loaded the image file name as 'image' then it will be something like this
<img src='/folder/path/to/image/'{image}' />
Bob
Hi, sorry i have tried to insert your code at DB Viewer section and apparently it not work, i still cant see the image uploaded in view record page.
Is it something i did wrong? Or i place the code at a wrong place? Please guide me where should i place the code that you provided?
this is what i put at DB Viewer section
file_upload_1=<img src='images/warrantyupload/'{file_upload_1}' />
Is it something i did wrong? Or i place the code at a wrong place? Please guide me where should i place the code that you provided?
this is what i put at DB Viewer section
file_upload_1=<img src='images/warrantyupload/'{file_upload_1}' />
This topic is locked and no more replies can be posted.