Categories > TinyButStrong general >

Pictures

The forum is closed. Please use Stack Overflow for submitting new questions. Use tags: tinybutstrong , opentbs
By: Roger
Date: 2004-07-14
Time: 17:21

Pictures

Can pictures be displayed from a database?  I didn't see any examples of it.
By: Skrol29
Date: 2004-07-15
Time: 01:12

Re: Pictures

Hi,

We had a thread about this question months ago.
You can found it starting a search on "images" (its title is is "images").

But here is what I answered:
Hello Neville,

Images are not part of the Html file. They are external files. The Html document only has a reference to images files (href="...").

TBS won't be able to merge a binary image source with a template because there is no such thing in Html.

What id usuaaly done is save image's path in the database, instead of the image's source. Then dynamic page can be created.
Other wise, it's a big problem and lot of performance lost.