SISfm can display images and other documents associated with assets.
If setting DbDocumentStorage is TRUE these are accessed from the database for assets whose AssetTable setting specifies this database, otherwise from the file system.
For file system access, files are accessed at the following URL:
DataFolderAsset/dbNo/dbTable/asset_id_ID.ext
with corresponding thumbnail versions of them at:
DataFolderAsset/thumb/dbNo/dbTable/asset_id_ID.ext
where:
DataFolderAsset is the value of the DataFolderAsset setting dbNo is the asset database identifier, as defined by the AssetTable settings dbTable is the asset database table name asset_id is the asset identifier ID is any identifier unique for the file ext is the file extension (e.g. JPG PNG GIF)
The thumbnail versions of images named *_1.JPG are displayed in the asset search thumbnail view results of Space Manager, DataFolderAsset/thumb/blank.gif is used if this thumbnail does not exist.
Thumbnail folders may also contain plain text files asset_id_ID.TXT whose contents are used as tooltip text on the asset details page.
Photo folders may also contain files other than images. For these DataFolderAsset/thumb/doc.gif is used as the thumbnail, and tooltip TXT files are recommended. Note that different file extensions may require additional web server MIME types to be defined so that the files can be downloaded.
See also Asset Data.