Main.SideBar (edit)
Phoenix ProjectSectionsActivitiesEquipmentPeopleResourcesLinksAbout Wikis |
PmWiki can allow authors to upload and attach files to pages. Each WikiGroup can have its own collection of named attachments that are shared among all pages in the group. To add or link to an attachment, an author simply edits a page to include the markup “ One can also go directly to the upload form by adding “?action=upload” to the URL for any page that has file uploads enabled by the WikiAdministrator. For security reasons, the upload feature is disabled when PmWiki is first installed, and once enabled uploads are generally restricted as to the types and sizes of files that may be uploaded to the server (see UploadsAdmin). PmWiki’s default configuration limits file sizes to 50 kilobytes and file extensions to common types such as “.gif”, “.jpg”, “.doc”, “.txt”, and “.pdf”. In addition, the administrator can configure the system to require an By default the upload allows the following extensions:
'gif','jpg','jpeg','png','bmp','ico','wbmp', # images
'mp3','au','wav', # audio
'mpg','mpeg','wmf','mov','qt','avi', # video
'zip','gz','tgz','tar','rpm','hqx', # archives
'doc','ppt','xls','exe','mdb', # MSOffice
'pdf','psd','ps','ai','eps', # Adobe
'htm','html','fla','swf', # web stuff
'txt','rtf','exe','tex','dvi','' # misc
At present uploaded files can only be deleted from the server by the WikiAdministrator. Category: Uploads « Advanced tables | PmWiki.DocumentationIndex | Deleting Pages » Q When I type in Attach:file.doc Δ and upload file.doc, the link in the page show up as “Attach:file.doc Δ”, not just “file.doc”, how do I fix that without saying [[Attach:file.doc|file.doc]] all the time?? Thanks. ~P.C. A Use Q Is there any way to specify that downloads should open in the current browser window? ~ Ryan Varick? A Uhhh, don’t they do that already? —Pm? Q How do you reference attachments created in a different group? For instance, say Attach:file.ext Δ in group Main then how to reference this file from Group Other? Other.Attach:file.ext Δ and Attach:Main/file.ext Δ do not work. Instead, I pasted the URL which gets me by, but it would be nice to have a way of doing this in Wiki style. —Tom A Use |