Recent Changes - Search:

PmWiki

pmwiki.org

edit SideBar

UploadQuickReference

Uploads
1. Use the "Browse" button above to find the "File to upload" on your local computer.

2. For the "Name attachment as:" field, enter the name you prefer the file to have once it has been uploaded to the site. This can be the same as its filename on your source disk or it can be different, but make sure it has the correct file extension.

3. Press "Upload" to upload the file.

4. To refer to an attachment within a wiki page in this Site WikiGroup, simply enter Attach:filename.ext in the page text.

5. After uploading, you can


Existing uploads

(:attachlist:)

Edit - History - Print - Recent Changes - Search
Page last modified on April 21, 2006, at 01:16 AM

Warning: mkdir(wiki.d): Permission denied in /mnt/fmirror4/gmirror/ports/www/pmwiki/work/pmwiki-2.1.27/pmwiki.php on line 435

PmWiki can't process your request

PmWiki needs to have a writable wiki.d/ directory before it can continue. You can create the directory manually by executing the following commands on your server:

    mkdir /mnt/fmirror4/gmirror/ports/www/pmwiki/work/pmwiki-2.1.27/wiki.d
    chmod 777 /mnt/fmirror4/gmirror/ports/www/pmwiki/work/pmwiki-2.1.27/wiki.d
Then, reload this page.

Or, for a slightly more secure installation, try executing
    chmod 2777 /mnt/fmirror4/gmirror/ports/www/pmwiki/work/pmwiki-2.1.27
on your server and following this link. Afterwards you can restore the permissions to their current setting by executing
    chmod 755 /mnt/fmirror4/gmirror/ports/www/pmwiki/work/pmwiki-2.1.27
.

We are sorry for any inconvenience.