[pmwiki-users] Question from new user about URLs and upgrading PMWiki

2007-07-19 Thread Stephen Jones
Hello all,

I am creating some URLs to pdf documents in my uploads folder.  The URL is

http://mydomain.com/pmwiki-2.1.27/uploads/Main/FileName.pdf

As this URL has the current version of PMWiki in it, I just realized that it
may break when I upgrade to a new version of PMWiiki.  Can you advise me if
that is the case, and how to avoid it?

Stephen


___
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users


[pmwiki-users] How do I create a link to upload files?

2007-07-06 Thread Stephen Jones
I am a new user, and have very little experience with php or hosting web
apps ­ my apologies for not knowing more.

I have pmwiki running on my server.  I want a link on the main page (and
subsequent pages) that will allow file uploads. How do I create that link?

FYI, I have changed config.php as follows:

##  If you want uploads enabled on your system, set $EnableUpload=1.
##  You'll also need to set a default upload password, or else set
##  passwords on individual groups and pages.  For more information
##  see PmWiki.UploadsAdmin.
$EnableUpload = 1; 
$DefaultPasswords['upload'] = crypt('secret');
$UploadMaxSize = 500;

Thanks in advance for any help.

Stephen
___
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users