[Tiki-users] PluginImg: preview image from localhost
Alessandro Martinelli <[email protected]>
| Newsgroups | gmane.comp.cms.tiki.user |
|---|---|
| Message-ID | <[email protected]> |
Hi everyone,
I'm trying in Tiki to display an image I have stored on my local hard
drive by means of PluginImg.
Actually, the aim is to be able to display images stored on a NAS. Since
everyone using tiki will have access to the same NAS, the link will be
valid for everyone using Tiki. However, to make things simpler, I'm
starting with showing an images stored on my, like under C:\.
So I've started with a code as simple as
{img src="file://C:/1.jpg" height="100px" width="100px" thumb="y"}
the result is there is no preview of the image but, if I click on the
link, the image is shown correctly in a new browser tab.
What is strange is that, if I save the web page on my local host, when I
open the page offline the image is previewed correctly.
Any suggestion?
Thank you!