Link image to form

Issues related to forms.
Post Reply
ncveggm
 
 
Posts: 31
Joined: Mon Nov 06, 2017 12:14 am

Link image to form

Post by ncveggm »

Hi dear
I have a table in database table with image field

How i can display row image field in form

Thanks
User avatar
Pablo
 
Posts: 23025
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Link image to form

Post 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.
ncveggm
 
 
Posts: 31
Joined: Mon Nov 06, 2017 12:14 am

Re: Link image to form

Post by ncveggm »

Image stored in table field as Binary Large OBject
Whitch type of script i need
User avatar
Pablo
 
Posts: 23025
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Link image to form

Post 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.
Post Reply