I want to organize my uploads by page.<br><br>I put $UploadPrefixFmt = &#39;/$FullName&#39;; in config.php.<br><br>Now all my uploads (regardless of page) are going into a directory called $FullName in the upload directory.
<br><br>I tried using double and single quotes around /$FullName but get the same behavior.<br><br>Any ideas what may be going on?<br><br>Michelle<br><br>