Works like a charm when I remove the additional slash at the end (i.e. $UploadDir = &quot;../uploads&quot;;), otherwise the resulting URL has a double slash in it.<div><br></div><div>Thanks!</div><div><br></div><div>-- Jo<br>

<br><div class="gmail_quote">On Tue, Mar 17, 2009 at 4:23 PM, Hans <span dir="ltr">&lt;<a href="mailto:design5@softflow.co.uk">design5@softflow.co.uk</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<br>
perhaps put the uploads/ folder into the root, and add to config<br>
<br>
$UploadDir = &quot;../uploads/&quot;;<br>
<br>
or the dir path to it.<br>
<br>
you can also set $UploadUrlFmt directly.<br>
<font color="#888888"><br>
<br>
  ~Hans<br>
<br>
</font></blockquote></div><br></div>