Page 1 of 1
Link image to form
Posted: Sat Jul 04, 2020 10:44 pm
by ncveggm
Hi dear
I have a table in database table with image field
How i can display row image field in form
Thanks
Re: Link image to form
Posted: Sun Jul 05, 2020 7:13 am
by Pablo
There is no standard solution for this because it depends on the database structure and how you want to embedded it in your website.
This require a custom script.
Re: Link image to form
Posted: Sun Jul 05, 2020 7:23 am
by ncveggm
Image stored in table field as Binary Large OBject
Whitch type of script i need
Re: Link image to form
Posted: Sun Jul 05, 2020 7:41 am
by Pablo
I'm sorry, I cannot help you with custom scripts.
But this may be helpful:
https://stackoverflow.com/questions/779 ... n-html-tag
You can use the HTML object to add custom code.