Start of topic | Skip to actions
Batch Upload PluginAttach multiple files at once by uploading azip archive. All files in the zip file will be attached to the topic.
Usage
Plugin Settings
%<plugin>_<setting>% , e.g., %BATCHUPLOADPLUGIN_SHORTDESCRIPTION%
Caveats
Further Development
Plugin Installation InstructionsNote: You do not need to install anything on the browser to use this plugin. The following instructions are for the administrator who installs the plugin on the server where TWiki is running.
Conditional Batch UploadThe 20 Feb 2007 release includes the ability to choose between attaching uploaded zip files, or extracting and attaching the contents. To add this feature to TWiki, add the following lines to the skin templates files, just after thehidefile table entry:
<input type="checkbox" class="twikiCheckbox" id="batchupload" checked name="batchupload" %BATCHUPLOADCHECKBOX% /><label for="batchupload">%MAKETEXT{"Batch upload for zip file"}%</label> <span class="twikiGrayText">%MAKETEXT{"Extracts and uploads individual file in zip archive."}%</span>
<tr> <td align="right"> Batch Upload: </td><td> <input type="checkbox" name="batchupload" %BATCHUPLOADCHECKBOX% />Extract Files and Attach them to the Topic </td> </tr> Plugin Info
|