
Upload to TWiki Add-OnThis is a small Perl script to programmatically attach a file to any TWiki topic. The script can be executed on any computer, it does not have to be on the server where TWiki is installed. This is a useful script to create mashups of TWiki and other applications.UsageTo attach a file to a TWiki topic, type this on the command line:./uploadtotwiki.pl -l <login> -c <comment> <file(s)> <TWiki URL>and enter the password when prompted. Supported command line parameters:
% ./uploadtotwiki.pl -l guest ./smile.gif http://twiki.org/cgi-bin/view/Sandbox/UploadTest Uploading ./smile.gif to http://twiki.org/cgi-bin/view/Sandbox/UploadTest Enter password for guest at twiki.org: ... upload finished. %
Add-On Installation InstructionsNote: This is a command line tool for administrators; regular TWiki user can ignore this.
Limitations
Add-On Info
|