Two questions/problems I am running into:<br><br>1. I have pmwiki set up in my web server root. I have a directory called "images", with image files in it, including one called "SantaBarbara.jpg". <br><br>
I would like to attach the image to a wiki page. I can do it by linking to the actual url of the file, in the form <a href="http://my.web.site/images/SantaBarbara.jpg">http://my.web.site/images/SantaBarbara.jpg</a>. I am wondering if there is a simpler way to connect to a local file, maybe with a relative link, without having to type the whole url and create a static link (that would not change if I move the wiki to another site)?
<br><br>2. For some reason the Attach markup does not work for me - maybe because I did not allow attachment by authors, which is intentional. I tried the following, and each gives me a text result, not the image file:<br>
<br>Attach:"/images/SantaBarbara.jpg"<br>Attach:"images/SantaBarbara.jpg"<br>"Attach:images/SantaBarbara.jpg"<br>"Attach:/images/SantaBarbara.jpg"<br><br>Is there a way to allow attachments without allowing uploads? I want access to the uploads to be through ftp or scp, not via pmwiki.
<br><br>Thanks for your help.<br><br>Z.<br>