diff options
author | thoeny <thoeny> | 1999-06-13 07:51:57 +0000 |
---|---|---|
committer | thoeny <thoeny> | 1999-06-13 07:51:57 +0000 |
commit | 65033e3dc655c3054a68d86d442386b9aac51a34 (patch) | |
tree | b702cbf64fc116dc6e0d609e7c5fb705731f8257 | |
parent | 661162652bb4102ffb2b3779305173c1e0c1ac6c (diff) |
none
-rw-r--r-- | TWiki/FileAttachment.mdwn | 96 |
1 files changed, 96 insertions, 0 deletions
diff --git a/TWiki/FileAttachment.mdwn b/TWiki/FileAttachment.mdwn new file mode 100644 index 00000000..3998e0e9 --- /dev/null +++ b/TWiki/FileAttachment.mdwn @@ -0,0 +1,96 @@ +**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 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> (uploded 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` + * Edit topic and write text: <code>%ATTACHURL%/Sample.txt</code> + * Text is shown as: %ATTACHURL%/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: %ATTACHURL%/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><span style="background:"><font color="">File Attachment</font></span><a href="http://LOCATIONMain/FileAttachment">?</a>: </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="%PUBURL%/icn/txt.gif" width="16" /></twkfileicon> <a href="%PUBURL%/%WEB%/%TOPIC%/Sample.txt"><twkfilename>Sample.txt</twkfilename></a> <twkfilepath> <twkdata value="C:\Temp\Sample.txt"> </twkdata></twkfilepath></td> + <td valign="top"><twkaction><a href="../../viewfile/Main/FileAttachment?filename=Sample.txt">view</a> <a href="../../attach/Main/FileAttachment?filename=Sample.txt">update</a></twkaction></td> + <td align="right" valign="top"><twkfilesize>30</twkfilesize></td> + <td valign="top"><twkfiledate>26 Mar 1999 - 04:05</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="%PUBURL%/icn/bmp.gif" width="16" /></twkfileicon> <a href="%PUBURL%/%WEB%/%TOPIC%/Smile.gif"><twkfilename>Smile.gif</twkfilename></a> <twkfilepath> <twkdata value="C:\Temp\Smile.gif"> </twkdata></twkfilepath></td> + <td valign="top"><twkaction><a href="../../viewfile/Main/FileAttachment?filename=Smile.gif">view</a> <a href="../../attach/Main/FileAttachment?filename=Smile.gif">update</a></twkaction></td> + <td align="right" valign="top"><twkfilesize>94</twkfilesize></td> + <td valign="top"><twkfiledate>26 Mar 1999 - 04:05</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="../../attach/Main/FileAttachment">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> |