Changing the Image Path
Posted: 2012-05-31T14:22:26-07:00
I'm using ImageMagick in Foswiki, running under Suse. This machine can see our office network, and the following HTML code displays images from our server without any problem:
<img src="\\forbin\CADmgt\MKACADD_Hybrid\CADWiki\Graphics\AutoCADSeedDialog.jpg" alt="" />
However, wpaphen I try to use this code:
%IMAGE{"\\forbin\CADmgt\MKACADD_Hybrid\CADWiki\Graphics\AutoCADSeedDialog.jpg" type="frame" align="center" caption="Seeds" }%
it gets replaced with the following, red error:
Error: (3) can't find \\forbin\CADmgt\MKACADD_Hybrid\CADWiki\Graphics\AutoCADSeedDialog.jpg in Sandbox
If I place an image in the "/var/www/Foswiki/pub/Sandbox/ImagePluginTest" folder, the following code displays it just fine:
%IMAGE{"Westminstpalace.jpg|alt text"}%
How do I tell ImageMagick to locate it's images on our network server? Thanks, in advance, for your help.
<img src="\\forbin\CADmgt\MKACADD_Hybrid\CADWiki\Graphics\AutoCADSeedDialog.jpg" alt="" />
However, wpaphen I try to use this code:
%IMAGE{"\\forbin\CADmgt\MKACADD_Hybrid\CADWiki\Graphics\AutoCADSeedDialog.jpg" type="frame" align="center" caption="Seeds" }%
it gets replaced with the following, red error:
Error: (3) can't find \\forbin\CADmgt\MKACADD_Hybrid\CADWiki\Graphics\AutoCADSeedDialog.jpg in Sandbox
If I place an image in the "/var/www/Foswiki/pub/Sandbox/ImagePluginTest" folder, the following code displays it just fine:
%IMAGE{"Westminstpalace.jpg|alt text"}%
How do I tell ImageMagick to locate it's images on our network server? Thanks, in advance, for your help.