Linking to Files
When you upload files to the file gallery, Tiki displays additional information upon a successful upload.
Click Additional Info to display tips for linking to and displaying the image, including:
- how to link (that is, download) the image from a wiki page (or any wiki text area)
- how to display the image or its thumbnail
To download or display (images only) a file from another source (such as another website or an email) use these formats, respectively:
http://www.yourdomain.com/tiki-download_file.php?fileId=XX
http://www.yourdomain.com/tiki-download_file.php?fileId=XX&display
where XX is the ID of the file.
If you use Tiki's default .htaccess file to create SEFURL (Search Engine Friendly URLs), you can construct your incoming links as simply: http://www.yourdomain.com/dlXX
(to download), or http://www.yourdomain.com/displayXX
(to display)
See Tiki documentation for details.