diff options
author | MikeMannix <MikeMannix> | 2001-08-30 09:07:32 +0000 |
---|---|---|
committer | MikeMannix <MikeMannix> | 2001-08-30 09:07:32 +0000 |
commit | 6d6719fda40dd6bbc7729ba22b17a1862b5b888c (patch) | |
tree | 98dbf6a1e322e9df29eddba70ab088989997918b | |
parent | ff1ea4a85855b7c15d44d6efbd3d04062a8b2051 (diff) |
none
-rw-r--r-- | TWiki/FileAttachment.mdwn | 57 |
1 files changed, 7 insertions, 50 deletions
diff --git a/TWiki/FileAttachment.mdwn b/TWiki/FileAttachment.mdwn index 3b433944..e5f8d352 100644 --- a/TWiki/FileAttachment.mdwn +++ b/TWiki/FileAttachment.mdwn @@ -1,4 +1,10 @@ -**FileAttachment** +## <a name="Dev_Reorg_Note_"> Dev Reorg Note: </a> + +The latest version of FileAttachments includes attachments under revision control. It's in the 01 Sep 2001 TWiki release. + +* Current Dev topic: [[Codev/AttachmentsUnderRevisionControl]] + +---- 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. @@ -44,52 +50,3 @@ Is a table that looks like this: * 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> |