Hi all,<br><br>I am trying to enable uploading for the installation of
PmWiki I have at my university site.&nbsp; I&#39;m running into difficulty
setting the upload directory info.<br><br>in my config.php, I currently have set:
<br><br>$UploadUrlFmt = &quot;<a href="http://www.university.edu/%7Euserid/WikiUploads/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://www.university.edu/~userid/WikiUploads/</a>&quot;;<br>
$UploadDir = &quot;WikiUploads&quot;;<br><br>When
I go to attach a file, PmWiki creates a directory within it&#39;s installed
directory named WikiUploads, and the file appears within it.&nbsp; PmWiki
returns that the file upload is successful, however the image does not
display.
<br><br><br>I suspect this may have something to do with the fact that
the upload directory &quot;usually must be in a location that is accessible
to the web somewhere (e.g., in a subdirectory of <em>public_html</em>).&quot; (according to 
<a href="http://www.pmichaud.com/wiki/PmWiki/UploadsAdmin" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://www.pmichaud.com/wiki/PmWiki/UploadsAdmin</a>
) .&nbsp; However, for the life of me, I can&#39;t figure out how to point it to
create a directory in my public space (listed in the UploadUrlFmt).&nbsp; <br><br>If I try&nbsp; $UploadDir =&quot;userid\webspace\WikiUploads&quot;; , I will
find the file written in those directories written in PmWiki&#39;s
directory.&nbsp; <br><br>This action takes place regardless of if I include or comment out $UploadUrlFmt
<br><br>I&#39;m not sure if my issue is an incorrect understanding of our
server&#39;s directory structure, an incorrect usage of the php referring
to it, or something else altogether.<br><br>Thanks,<br>-m<br>