- Posts: 8
- Thank you received: 0
To the previous question! (still without respond) we also want to ask you - is it possible to insert images in the table using BLOB, MIME: image/jpg? And if the answer YES - then explain how to do it step by step.
Thank you in advance for fast help.
Please Log in or Create an account to join the conversation.
Hello,
Please excuse us, for not being so brief in responding. If you want to show images in the table, you have to upload images to the server, and then insert a html code into mysql table:
<img src="http://www.myserver.com/myimagedir/myimage.jpg />"
Please Log in or Create an account to join the conversation.