|
Cookbook /
UploadPlusSummary: Organise file uploads in Group and/or Group/Page subdirectories
Version: 2009-08-29
Prerequisites: PmWiki 2.2.x
Status: beta
Maintainer:
Categories: Uploads
Download: uploadplus.phpΔ
Questions answered by this recipeHow can I organise uploaded files in different ways for different groups or pages? DescriptionEnhanced upload script adding capacity to organise uploads on a per group or per page basis This script allows uploads to be organised by Group and by Group/Name/ subfolders as required for different groups, by setting an array $UploadPrefix, instead of using
InstallationCopy uploadplus.phpΔ to cookbook folder and add to config.php: include_once("$FarmD/cookbook/uploadplus.php");
Make sure uploads are enabled by setting UsageUploadplus works in addition to the PmWiki upload.php script. Examples:
NotesRelease Notes
See Also
ContributorsComments
User notes?: If you use, used or reviewed this recipe, you can add your name. The following format is recognized:
* (+) Optional positive comment. Name, date * (-) Optional negative comment. Name, date These statistics appear in the Cookbook listings and will help newcomers browsing through the wiki. |