On 5/29/07, <b class="gmail_sendername">Jen King</b> &lt;<a href="mailto:jenking@law.berkeley.edu">jenking@law.berkeley.edu</a>&gt; wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi PM Wiki folks,<br><br>After doing a search of the archives, I can&#39;t find an answer to my<br>particular case. I just set up PM Wiki<br>2.1.27, and I&#39;m unable to get file uploads to work. I created a<br>public_html/wiki/uploads directory, and when I attempt an upload, the
<br>password screen merely refreshes. Here&#39;s my local php:<br><br> $EnableUpload = 1;<br> $HandleAuth[&#39;upload&#39;] = &#39;edit&#39;;<br> $UploadDir = &quot;/wiki/uploads&quot;;<br>## $UploadPrefixFmt = &#39;/$Group/$Name&#39;;
<br><br>I commented out the group upload piece for troubleshooting purposes, and<br>it still doesn&#39;t work. I have a password set for edit, read, and admin.<br>Permissions on the directory are 777; not sure if safe mode is enabled,
<br>but i&#39;m not getting a safe mode error.</blockquote><div><br>Hi, Jen: &nbsp; Any luck with this?&nbsp; Sometimes cries for help get lost in the crowd -- if you&#39;re still struggling, you might want to post again.&nbsp; I wish I could help, but I&#39;m just a user.&nbsp; The only thought I have, right off, is to wonder if maybe you should use 
<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; $DefaultPasswords[&#39;upload&#39;] = crypt(&#39;youreditpasswordhere&#39;);<br>instead of the $HandleAuth whatsit.<br><br>Oh, and I have<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; $UploadUrlFmt = $ScriptUrl.&#39;/uploads&#39;;<br>instead of your 
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $UploadDir = &quot;/wiki/uploads&quot;; <br>(I don&#39;t know how that works, so can&#39;t say whether it looks odd or not.)<br><br>Hoping that&#39;s some kind of help,<br><br>Tegan<br></div></div>