- 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: | Action: | Size: | Date: | Who: | Comment: |
---|---|---|---|---|---|
(attached file) | (view, update, add) | (file size) | (upload date) | (uploded by) | (file comment) |
- view: View file. This is the same as clicking on the filename.
- update: Update file that is already attached.
- add: Add a new attachment.
- Once a file is attached it can be referenced in the topic by
%ATTACHURL%/{filename}
. Example:- Attach file:
Sample.txt
- Edit topic and write text:
%ATTACHURL%/Sample.txt
- Text is shown as: https://netfrag.org/twiki/pub/TWiki/FileAttachment/Sample.txt , i.e. it is a link.
- Attach file:
- GIF and JPG images can be attached and shown in the text like this:
- Attach file:
Smile.gif
- Edit topic and write text:
%ATTACHURL%/Smile.gif
- Text is shown as: , i.e. it shows up as an image.
- Attach file:
- It is not possible to delete attached files with the current TWiki implementation. Contact webmaster@netfrag.org if you need to delete files.