summaryrefslogtreecommitdiff
path: root/TWiki/FileAttachment.mdwn
blob: 3b433944ea9281bed680f4f63a30377d2509fb29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
**FileAttachment**

Each topic can have files attached to it. This is similar to an e-mail attachment. Just use your browser to upload or download a file.

* To upload: Click on the Attach link at the bottom of each page. A form is shown where you can browse for a file and upload it. The uploaded file will show up in the FileAttachment table.
* To download: Click on the file in the FileAttachment table.

**FileAttachment table**

Is a table that looks like this:

<table border="0" cellpadding="0" cellspacing="4">
  <tr bgcolor="#99CCCC">
    <th>FileAttachment: </th>
    <th> Action: </th>
    <th> Size: </th>
    <th> Date: </th>
    <th> Who: </th>
    <th> Comment: </th>
  </tr>
  <tr>
    <td> (attached file) </td>
    <td> (view, update, add) </td>
    <td> (file size) </td>
    <td> (upload date) </td>
    <td> (uploaded by) </td>
    <td> (file comment) </td>
  </tr>
</table>

**Action** is:

* **view:** View file. This is the same as clicking on the filename.
* **update:** Update file that is already attached.
* **add:** Add a new attachment.

**Remarks**

* Once a file is attached it can be referenced in the topic by <code>%ATTACHURL%/\{filename\}</code> . Example:
  * Attach file: `Sample.txt`
  * Text is shown as: %PUBURL%/%WEB%/%TOPIC%/Sample.txt , i.e. it is a link.
* GIF and JPG images can be attached and shown in the text like this:
  * Attach file: `Smile.gif`
  * Edit topic and write text: <code>%ATTACHURL%/Smile.gif</code>
  * Text is shown as: %PUBURL%/%WEB%/%TOPIC%/Smile.gif , i.e. it shows up as an image.
* It is not possible to delete attached files with the current TWiki implementation. Contact %WIKIWEBMASTER% if you need to delete files.

<table border="0" cellpadding="0" cellspacing="4">
  <tr bgcolor="#99CCCC">
    <th> %TWIKIWEB%.FileAttachment: </th>
    <th> Action: </th>
    <th> Size: </th>
    <th> Date: </th>
    <th> Who: </th>
    <th> Comment: </th>
  </tr>
  <tr>
    <td><twknextitem> </twknextitem></td>
  </tr>
  <tr>
    <td valign="top"><twkfileicon><img align="top" hight="16" src="%PUBURLPATH%/icn/txt.gif" width="16" /></twkfileicon> <a href="%PUBURLPATH%/%WEB%/%TOPIC%/Sample.txt"><twkfilename>Sample.txt</twkfilename></a> <twkfilepath> <twkdata value="C:\DATA\Sample.txt"> </twkdata></twkfilepath></td>
    <td valign="top"><twkaction><a href="%SCRIPTURLPATH%/viewfile%SCRIPTSUFFIX%/%WEB%/%TOPIC%?filename=Sample.txt">view</a> <a href="%SCRIPTURLPATH%/attach%SCRIPTSUFFIX%/%WEB%/%TOPIC%?filename=Sample.txt">update</a></twkaction></td>
    <td align="right" valign="top"><twkfilesize>30</twkfilesize></td>
    <td valign="top"><twkfiledate>22 Jul 2000 - 19:37</twkfiledate></td>
    <td valign="top"><twkfileuser> <span style="background:"><font color="">Peter Thoeny</font></span><a href="http://LOCATIONMain/PeterThoeny">?</a></twkfileuser></td>
    <td valign="top"><twkfilecomment>Just a sample</twkfilecomment></td>
  </tr>
  <tr>
    <td><twknextitem> </twknextitem></td>
  </tr>
  <tr>
    <td valign="top"><twkfileicon><img align="top" hight="16" src="%PUBURLPATH%/icn/bmp.gif" width="16" /></twkfileicon> <a href="%PUBURLPATH%/%WEB%/%TOPIC%/Smile.gif"><twkfilename>Smile.gif</twkfilename></a> <twkfilepath> <twkdata value="C:\DATA\Smile.gif"> </twkdata></twkfilepath></td>
    <td valign="top"><twkaction><a href="%SCRIPTURLPATH%/viewfile%SCRIPTSUFFIX%/%WEB%/%TOPIC%?filename=Smile.gif">view</a> <a href="%SCRIPTURLPATH%/attach%SCRIPTSUFFIX%/%WEB%/%TOPIC%?filename=Smile.gif">update</a></twkaction></td>
    <td align="right" valign="top"><twkfilesize>94</twkfilesize></td>
    <td valign="top"><twkfiledate>22 Jul 2000 - 19:38</twkfiledate></td>
    <td valign="top"><twkfileuser> <span style="background:"><font color="">Peter Thoeny</font></span><a href="http://LOCATIONMain/PeterThoeny">?</a></twkfileuser></td>
    <td valign="top"><twkfilecomment>Smiley face</twkfilecomment></td>
  </tr>
  <tr>
    <td><twknextitem> </twknextitem></td>
  </tr>
  <tr>
    <td valign="top">
    </td>
    <td valign="top"><twkaction><a href="%SCRIPTURLPATH%/attach%SCRIPTSUFFIX%/%WEB%/%TOPIC%">add</a><twkaction> </twkaction></twkaction></td>
    <td align="right" valign="top">
    </td>
    <td valign="top">
    </td>
    <td valign="top">
    </td>
    <td valign="top">
    </td>
  </tr>
</table>