[pmwiki-users] How do I create a link to upload files?
    David Sovinski 
    aslan at aslandata.com
       
    Fri Jul  6 22:07:26 CDT 2007
    
    
  
Stephen
Please see http://www.pmwiki.org/wiki/PmWiki/Uploads
This should tell you everything you need to know about uploads and 
attachments
Let us know if you have any difficulties or questions :-)
Caspian
Stephen Jones wrote:
> 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 = 5000000;
>
> Thanks in advance for any help.
>
> Stephen
>
>------------------------------------------------------------------------
>
>_______________________________________________
>pmwiki-users mailing list
>pmwiki-users at pmichaud.com
>http://www.pmichaud.com/mailman/listinfo/pmwiki-users
>  
>
    
    
More information about the pmwiki-users
mailing list