summaryrefslogtreecommitdiff
path: root/TWiki
diff options
context:
space:
mode:
authorMikeMannix <MikeMannix>2001-12-03 10:12:00 +0000
committerMikeMannix <MikeMannix>2001-12-03 10:12:00 +0000
commitbdf2e58717fc6552653230d56c059ed144005657 (patch)
tree952c5d8a3dcd53a25f63ca1b06a25017579c9636 /TWiki
parent9b52bc249616b26bc82bd5133ed02b4d8d40d611 (diff)
none
Diffstat (limited to 'TWiki')
-rw-r--r--TWiki/FileAttachment.mdwn19
1 files changed, 7 insertions, 12 deletions
diff --git a/TWiki/FileAttachment.mdwn b/TWiki/FileAttachment.mdwn
index 1ef1abb0..ac6dc404 100644
--- a/TWiki/FileAttachment.mdwn
+++ b/TWiki/FileAttachment.mdwn
@@ -24,12 +24,9 @@ File Attachments can be used to create powerful groupware solutions - file shari
### <a name="Uploading_Files"> Uploading Files </a>
* 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 File Attachment table.
-
-* * Files of any type can be uploaded. Some files that might impose a security risk are renamed, ex: `*.php` files are renamed to `*.php.txt`.
-
-* * Currently there is no file size limit besides the disk space on the server.
-
-* * The previous upload path is retained for convenience. In case you make some changes to the local file and want to upload it, again you can copy the previous upload path into the Local file field.
+ * Files of any type can be uploaded. Some files that might impose a security risk are renamed, ex: `*.php` files are renamed to `*.php.txt`.
+ * Currently there is no file size limit besides the disk space on the server.
+ * The previous upload path is retained for convenience. In case you make some changes to the local file and want to upload it, again you can copy the previous upload path into the Local file field.
### <a name="Downloading_Files"> Downloading Files </a>
@@ -55,8 +52,8 @@ It is not possible to delete attached files with the current TWiki implementatio
3. **Preview** - <code>%ATTACHURL</code> text appears as: %PUBURL%/%WEB%/%TOPIC%/Sample.txt, a link.
* To reference an attachment located in another topic, write text:
- * * <code>%PUBURL%/%WEB%/OtherTopic/Sample.txt</code> (for the same web)
- * <code>%PUBURL%/Otherweb/OtherTopic/Sample.txt</code> (for adifferent web)
+ * <code>%PUBURL%/%WEB%/OtherTopic/Sample.txt</code> (for the same web)
+ * <code>%PUBURL%/Otherweb/OtherTopic/Sample.txt</code> (for adifferent web)
* Attached HTML files and text files can be inlined in a topic. Example:
1. **Attach** file: `Sample.txt`
@@ -196,10 +193,8 @@ Clicking on an **Action** link takes you to a new page that looks like this:
* The first table is a list of all attachments, including their attributes. An `h` means the attachment is hidden, it isn't listed when viewing a topic.
* The second table is all the versions of the attachment. Click on **View** to see that version. If it's the most recent version, you'll be taken to an URL that always displays the latest version, which is usually what you want.
-
-* * **To change the comment** on an attachment, enter a new comment and then click **Change properties**. Note that the comment listed against the specific version will not change, however the comment displayed when viewing the topic does change.
-
-* * **To hide/unhide** an attachment, enable the **Hide file** checkbox, then click **Change properties**.
+ * **To change the comment** on an attachment, enter a new comment and then click **Change properties**. Note that the comment listed against the specific version will not change, however the comment displayed when viewing the topic does change.
+ * **To hide/unhide** an attachment, enable the **Hide file** checkbox, then click **Change properties**.
### <a name="Known_Issues"> Known Issues </a>