<HTML>
<HEAD>
<TITLE>How do I create a link to upload files?</TITLE>
</HEAD>
<BODY>
<FONT FACE="Arial"><SPAN STYLE='font-size:12.0px'>I am a new user, and have very little experience with php or hosting web apps &#8211; my apologies for not knowing more.<BR>
<BR>
I have pmwiki running on my server. &nbsp;I want a link on the main page (and subsequent pages) that will allow file uploads. How do I create that link?<BR>
<BR>
FYI, I have changed config.php as follows:<BR>
<BR>
## &nbsp;If you want uploads enabled on your system, set $EnableUpload=1.<BR>
## &nbsp;You'll also need to set a default upload password, or else set<BR>
## &nbsp;passwords on individual groups and pages. &nbsp;For more information<BR>
## &nbsp;see PmWiki.UploadsAdmin.<BR>
$EnableUpload = 1; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>
$DefaultPasswords['upload'] = crypt('secret');<BR>
$UploadMaxSize = 5000000;<BR>
<BR>
Thanks in advance for any help.<BR>
<BR>
Stephen</SPAN></FONT>
</BODY>
</HTML>