I am attempting to read images into a texis database, the images are in .jpg files,
What data type should I make the field that will hold the .jpg "data". Should I use the BLOB type or byte.
Should I use the <read> tag to import the data.? i.e. <read $vthumbnail><$vthumbnaildata = $ret>
What tag should I use to "output" print the .jpg "data", <send> ?.
Is the best way to do print the image by createing a function that prints the image and reference that fuction as an <a href>?
Thanks
Leon Bloom
What data type should I make the field that will hold the .jpg "data". Should I use the BLOB type or byte.
Should I use the <read> tag to import the data.? i.e. <read $vthumbnail><$vthumbnaildata = $ret>
What tag should I use to "output" print the .jpg "data", <send> ?.
Is the best way to do print the image by createing a function that prints the image and reference that fuction as an <a href>?
Thanks
Leon Bloom