SID-00148: How to attach a file using external script
| Status: |
Answered |
TWiki version: |
4.2.0 |
Perl version: |
5.8.8 |
| Category: |
CategoryAttachments |
Server OS: |
CentOS 5 |
Last update: |
17 years ago |
Hi,
How do I attach a file to a TWiki page using an external script/program? What I want to do is: attach an auto generated logfile (from regression tests) to a TWiki page using my build script (based on TCL).
How can I accomplish this?
- Alex
--
TWikiGuest - 02 Mar 2009
Discussion and Answer
Have a look at
TWikiScripts. There is a script called
attach which allows you to do what you want.
--
MartinKaufmann - 02 Mar 2009
To attach files via external script use the
UploadToTWikiAddOn. See other
Extensions:attachments
.
--
PeterThoeny - 02 Mar 2009
Many thanks! Just what I need. - Alex
--
TWikiGuest - 04 Mar 2009
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.