Difference: FileAttachment (1 vs. 22)

Revision 222020-04-21 - TWikiAdminUser

Line: 1 to 1
 

File Attachments

Line: 10 to 10
  File Attachments can be used to archive data, or to create powerful customized groupware solutions, like file sharing and document management systems, and quick Web page authoring.
Changed:
<
<

Document Management System

>
>

Document Main/Project/Management System

 
  • You can use Attachments to store and retrieve documents (in any format, with associated graphics, and other media files); attach documents to specific TWiki topics; collaborate on documents with full revision control; distribute documents on a need-to-know basis using web and topic-level access control; create a central reference library that's easy to share with an user group spread around the world.

Revision 212014-05-20 - TWikiContributor

Line: 1 to 1
 

File Attachments

Line: 27 to 27
 
  • Click on the Attach link at the bottom of the page. The Attach screen lets you browse for a file, add a comment, and upload it. The uploaded file will show up in the File Attachment table.
    • NOTE: The topic must already exist. It is a two step process if you want to attach a file to a non-existing topic; first create the topic, then add the file attachment.
Added:
>
>
    • TWiki is capable of getting up to 10 files per upload session. Whether you can actually upload multiple files in one go from web user interface depends on skin.
 
    • Any type of file can be uploaded. Some files that might pose a security risk are renamed, ex: *.php files are renamed to *.php.txt so that no one can place code that would be read in a .php file.
    • 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.
    • TWiki can limit the file size. This is defined by the %ATTACHFILESIZELIMIT% variable of the TWikiPreferences, currently set at 250000 KB.
Line: 151 to 152
 
    • 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.
Added:
>
>

File names

File systems tend to be liberal about characters used in file names. But there are characters which may cause problems if they are used in a file name of a TWiki attachment. As such, when TWiki saves an uploaded file attachment, it's saved as a file whose name is cleansed to avoid problems. Specifically:

  • Space are replaed by underscores
  • The .txt extension is appended to some filenames for security reasons
  • Characters such as ~, $, @, % are removed
  • Non-ASCII characters are deleted
When an attachment file name is altered by the process above, you are notified
 

Known Issues

  • Unlike topics, attachments are not locked during editing. As a workaround, you can change the comment to indicate an attachment file is being worked on - the comment on the specific version isn't lost, it's there when you list all versions of the attachment.

Revision 202010-06-23 - TWikiContributor

Line: 1 to 1
 

File Attachments

Line: 82 to 82
 Files attached to a topic are displayed in a directory table, displayed at the bottom of the page, or optionally, hidden and accessed when you click Attach.

Changed:
<
<
Topic attachments
I Attachment Action Size Date Who Comment
txttxt Sample.txt manage 0.1 K 22 Jul 2000 - 19:37 TWikiContributor Just a sample
gifgif Smile.gif manage 0.1 K 22 Jul 2000 - 19:38 TWikiContributor Smiley face
<--//twikiAttachments-->
>
>
Topic attachments
I Attachment History Action Size Date Who Comment
Texttxt Sample.txt   manage 0.1 K 2000-07-22 - 19:37 TWikiContributor Just a sample
GIFgif Smile.gif   manage 0.1 K 2000-07-22 - 19:38 TWikiContributor Smiley face
<--//twikiAttachments-->
 

File Attachment Controls

Revision 192010-06-23 - TWikiContributor

Line: 1 to 1
 

File Attachments

Line: 16 to 16
 

File Sharing

Changed:
<
<
  • For file sharing, FileAttachments on a series of topics can be used to quickly create a well-documented, categorized digital download center for all types of files: documents; graphics and other media; drivers and patches; applications; anything you can safely upload!
>
>
  • For file sharing, FileAttachments on a series of topics can be used to quickly create a well-documented, categorized digital download center for all types of files: documents; graphics and other media; drivers and patches; applications; anything you can safely upload!
 

Web Authoring

Line: 41 to 41
 
Changed:
<
<
  • ALERT! NOTE: There is no access control on individual attachments. If you need control over single files, create a separate topic per file and set topic-level access restrictions for each.
>
>
  • ALERT! NOTE: There is no access control on individual attachments. If you need control over single files, create a separate topic per file and set topic-level access restrictions for each.
 

Moving Attachment Files

An attachment can be moved between topics.

  • Click Manage on the Attachment to be moved.
  • On the control screen, select the new web and/or topic.
Changed:
<
<
  • Click Move. The attachment and its version history are moved. The original location is stored as topic Meta Data.
>
>
  • Click Move. The attachment and its version history are moved. The original location is stored as topic Meta Data.
 

Deleting Attachments

Line: 126 to 126
 

Known Issues

  • Unlike topics, attachments are not locked during editing. As a workaround, you can change the comment to indicate an attachment file is being worked on - the comment on the specific version isn't lost, it's there when you list all versions of the attachment.
Changed:
<
<
  • Attachments are not secured. Anyone can read them if they know the name of the web, topic and attachment.
>
>
  • Attachments are not secured by default. Anyone can read them if they know the name of the web, topic and attachment. Ask your TWiki administrator if TWiki is configured to secure attachments.
 
Changed:
<
<
Related Topics: UserDocumentationCategory
>
>
Related Topics: UserDocumentationCategory, TWikiAccessControl
 
META FILEATTACHMENT attr="" comment="Just a sample" date="964294620" name="Sample.txt" path="C:\DATA\Sample.txt" size="30" user="TWikiContributor" version=""
META FILEATTACHMENT attr="" comment="Smiley face" date="964294680" name="Smile.gif" path="C:\DATA\Smile.gif" size="94" user="TWikiContributor" version=""

Revision 182005-03-27 - TWikiContributor

Line: 1 to 1
 

File Attachments

Line: 33 to 33
 
      • ALERT! It's not recommended to upload files greater than a few hundred K through a browser. Large files can be extremely slow-loading, and often time out. Use an FTP site for large file uploads.
  • Automatic attachments:
    • When enabled, all files in a topic's attachment directory are shown as attachments to the topic - even if they were directly copied to the directory and never attached by using an 'Attach' link. This is a convenient way to quickly "attach" files to a topic without uploading them one by one; although at the cost of losing audit trail and version control.
Changed:
<
<
    • To enable this feature, set the {AutoAttachPubDir} configuration option.
>
>
    • To enable this feature, set the {AutoAttachPubFiles} configuration option.
 
    • NOTE: The automatic attachment feature can only be used by an administrator who has access to the server's file system.

Downloading Files

Revision 172005-03-27 - TWikiContributor

Line: 1 to 1
Deleted:
<
<
 
Changed:
<
<

File Attachments

>
>

File Attachments

  Each topic can have one or more files of any type attached to it by using the Attach screen to upload (or download) files from your local PC. Attachments are stored under revision control: uploads are automatically backed up; all previous versions of a modified file can be retrieved.
Added:
>
>
 

What Are Attachments Good For?

File Attachments can be used to archive data, or to create powerful customized groupware solutions, like file sharing and document management systems, and quick Web page authoring.

Line: 82 to 83
 
Topic attachments
I Attachment Action Size Date Who Comment
Changed:
<
<
txttxt Sample.txt manage 0.1 K 22 Jul 2000 - 19:37 TWikiContributor Just a sample
gifgif Smile.gif manage 0.1 K 22 Jul 2000 - 19:38 TWikiContributor Smiley face
>
>
txttxt Sample.txt manage 0.1 K 22 Jul 2000 - 19:37 TWikiContributor Just a sample
gifgif Smile.gif manage 0.1 K 22 Jul 2000 - 19:38 TWikiContributor Smiley face
 
<--//twikiAttachments-->

File Attachment Controls

Revision 162005-03-27 - TWikiContributor

Line: 1 to 1
 

File Attachments

Line: 80 to 80
  Files attached to a topic are displayed in a directory table, displayed at the bottom of the page, or optionally, hidden and accessed when you click Attach.
Changed:
<
<
IAttachment Action Size Date Who Comment
TextSample.txt manage 0.1 K 22 Jul 2000 - 19:37 UploadingUser Just a sample
BitmapSmile.gif manage 0.1 K 22 Jul 2000 - 19:38 UploadingUser Smiley face
>
>
Topic attachments
I Attachment Action Size Date Who Comment
txttxt Sample.txt manage 0.1 K 22 Jul 2000 - 19:37 TWikiContributor Just a sample
gifgif Smile.gif manage 0.1 K 22 Jul 2000 - 19:38 TWikiContributor Smiley face
<--//twikiAttachments-->
 

File Attachment Controls

Clicking on a Manage link takes you to a new page that looks a bit like this (depending on what skin is selected):

Changed:
<
<

Update attachment Sample.txt

Version Action Date Who Comment
1 view 22 Jul 2000 - 19:37 UploadingUser Just a sample

Previous upload Sample.txt (TWikiContributor) Select a new local file to update this attachment.
Local file Upload up to 10000 KB.
Comment
Link Images will be displayed, for other attachments a link will be created.
Hide file Attachments will not be shown in topic view page.
>
>

Attach new file

Select a new local file to update attachment Sample.txt (UploadingUser)
Upload up to 10000 KB.

<-- /twikiFormStep-->

Comment

Describe the file so other people know what it is.

<-- /twikiFormStep-->

Properties

Images will be displayed, for other attachments a link will be created.

Attachments will not be shown in topic view page.

<-- /twikiFormStep-->
<-- /twikiFormStep-->
<-- /twikiFormSteps-->
or Cancel
<--/patternTopicActions-->
 
  • 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.

Revision 152005-03-27 - TWikiContributor

Line: 1 to 1
 

File Attachments

Line: 68 to 68
 
    1. Attach file: Sample.txt
    2. Edit topic and write text: %INCLUDE{"%ATTACHURL%/Sample.txt"}%
      • Content of attached file is shown inlined.
Changed:
<
<
>
>
 
  • GIF, JPG and PNG images can be attached and shown embedded in a topic. Example:
    1. Attach file: Smile.gif

Revision 142005-03-27 - TWikiContributor

Line: 1 to 1
 

File Attachments

Line: 7 to 7
 

What Are Attachments Good For?

Changed:
<
<
File Attachments can be used to create powerful customized groupware solutions, like file sharing and document management systems, and quick Web page authoring.
>
>
File Attachments can be used to archive data, or to create powerful customized groupware solutions, like file sharing and document management systems, and quick Web page authoring.
 

Document Management System

Line: 30 to 30
 
    • 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.
    • TWiki can limit the file size. This is defined by the %ATTACHFILESIZELIMIT% variable of the TWikiPreferences, currently set at 250000 KB.
      • ALERT! It's not recommended to upload files greater than a few hundred K through a browser. Large files can be extremely slow-loading, and often time out. Use an FTP site for large file uploads.
Added:
>
>
  • Automatic attachments:
    • When enabled, all files in a topic's attachment directory are shown as attachments to the topic - even if they were directly copied to the directory and never attached by using an 'Attach' link. This is a convenient way to quickly "attach" files to a topic without uploading them one by one; although at the cost of losing audit trail and version control.
    • To enable this feature, set the {AutoAttachPubDir} configuration option.
    • NOTE: The automatic attachment feature can only be used by an administrator who has access to the server's file system.
 

Downloading Files

Line: 54 to 58
 
  • Once a file is attached it can be referenced in the topic. Example:
    1. Attach file: Sample.txt
    2. Edit topic and enter: %ATTACHURL%/Sample.txt
Changed:
<
<
    1. Preview: %ATTACHURL%/Sample.txt text appears as: https://sites.astro.caltech.edu/twiki_cstc/pub/TWiki/FileAttachment/Sample.txt, a link to the text file.
>
>
    1. Preview: %ATTACHURL%/Sample.txt text appears as: /twiki_cstc/pub/TWiki/FileAttachment/Sample.txt, a link to the text file.
 
  • To reference an attachment located in another topic, enter:
Changed:
<
<
    • %PUBURL%/%WEB%/OtherTopic/Sample.txt (if it's within the same web)
    • %PUBURL%/Otherweb/OtherTopic/Sample.txt (if it's in a different web)
>
>
    • %PUBURLPATH%/%WEB%/OtherTopic/Sample.txt (if it's within the same web)
    • %PUBURLPATH%/Otherweb/OtherTopic/Sample.txt (if it's in a different web)
 
  • Attached HTML files and text files can be inlined in a topic. Example:
    1. Attach file: Sample.txt
    2. Edit topic and write text: %INCLUDE{"%ATTACHURL%/Sample.txt"}%
      • Content of attached file is shown inlined.
Changed:
<
<
>
>
 
  • GIF, JPG and PNG images can be attached and shown embedded in a topic. Example:
    1. Attach file: Smile.gif
    2. Edit topic and write text: %ATTACHURL%/Smile.gif
Changed:
<
<
    1. Preview: text appears as Smile.gif, an image.
>
>
    1. Preview: text appears as /twiki_cstc/pub/TWiki/FileAttachment/Smile.gif, an image.
 

File Attachment Contents Table

Files attached to a topic are displayed in a directory table, displayed at the bottom of the page, or optionally, hidden and accessed when you click Attach.

Changed:
<
<
>
>
 
Changed:
<
<
Attachment Action Size Date Who Comment
Sample.txt manage 0.1 K 22 Jul 2000 - 19:37 PeterThoeny Just a sample
Smile.gif manage 0.1 K 22 Jul 2000 - 19:38 PeterThoeny Smiley face
>
>
IAttachment Action Size Date Who Comment
TextSample.txt manage 0.1 K 22 Jul 2000 - 19:37 UploadingUser Just a sample
BitmapSmile.gif manage 0.1 K 22 Jul 2000 - 19:38 UploadingUser Smiley face
 
Deleted:
<
<
 

File Attachment Controls

Changed:
<
<
Clicking on a Manage link takes you to a new page that looks like this:
>
>
Clicking on a Manage link takes you to a new page that looks a bit like this (depending on what skin is selected):
 
Deleted:
<
<
Attachment Action Size Date Who Comment Attribute
Sample.txt manage 0.1 K 22 Jul 2000 - 19:37 PeterThoeny Just a sample  
Smile.gif manage 0.1 K 22 Jul 2000 - 19:38 PeterThoeny Smiley face  
 

Update attachment Sample.txt

Changed:
<
<
>
>
 
Version Action Date Who Comment
Changed:
<
<
1.1 view 2001.08.30.09.28.56 PeterThoeny  
>
>
1 view 22 Jul 2000 - 19:37 UploadingUser Just a sample
 
Added:
>
>
 

Changed:
<
<
>
>
Previous upload Sample.txt (TWikiContributor) Select a new local file to update this attachment.
 
Changed:
<
<
Previous
upload:
C:\DATA\Sample.txt (PeterThoeny)
>
>
Local file Upload up to 10000 KB.
 
Changed:
<
<
Local file:
>
>
Comment
 
Added:
>
>
 
Changed:
<
<
Comment:
>
>
Link Images will be displayed, for other attachments a link will be created.
 
Changed:
<
<
Link: Create a link to the attached file at the end of the topic.
>
>
Hide file
 
Added:
>
>
Attachments will not be shown in topic view page.
 
Changed:
<
<
Hide file: Hide attachment in normal topic view.
>
>
 
Changed:
<
<
Help text ...

Topic FileAttachment . { | | Move attachment | Cancel }

>
>
 
Line: 161 to 172
 

Known Issues

  • Unlike topics, attachments are not locked during editing. As a workaround, you can change the comment to indicate an attachment file is being worked on - the comment on the specific version isn't lost, it's there when you list all versions of the attachment.
Added:
>
>
  • Attachments are not secured. Anyone can read them if they know the name of the web, topic and attachment.
 
Changed:
<
<
META FILEATTACHMENT attr="" comment="Just a sample" date="964294620" name="Sample.txt" path="C:\DATA\Sample.txt" size="30" user="thoeny" version=""
META FILEATTACHMENT attr="" comment="Smiley face" date="964294680" name="Smile.gif" path="C:\DATA\Smile.gif" size="94" user="thoeny" version=""
>
>
Related Topics: UserDocumentationCategory

META FILEATTACHMENT attr="" comment="Just a sample" date="964294620" name="Sample.txt" path="C:\DATA\Sample.txt" size="30" user="TWikiContributor" version=""
META FILEATTACHMENT attr="" comment="Smiley face" date="964294680" name="Smile.gif" path="C:\DATA\Smile.gif" size="94" user="TWikiContributor" version=""

Revision 132004-05-08 - PeterThoeny

Line: 1 to 1
 

File Attachments

Line: 25 to 25
 

Uploading Files

  • Click on the Attach link at the bottom of the page. The Attach screen lets you browse for a file, add a comment, and upload it. The uploaded file will show up in the File Attachment table.
Added:
>
>
    • NOTE: The topic must already exist. It is a two step process if you want to attach a file to a non-existing topic; first create the topic, then add the file attachment.
 
    • Any type of file can be uploaded. Some files that might pose a security risk are renamed, ex: *.php files are renamed to *.php.txt so that no one can place code that would be read in a .php file.
    • 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.
    • TWiki can limit the file size. This is defined by the %ATTACHFILESIZELIMIT% variable of the TWikiPreferences, currently set at 250000 KB.

Revision 122004-01-12 - PeterThoeny

Line: 1 to 1
 

File Attachments

Line: 40 to 40
 

Moving Attachment Files

An attachment can be moved between topics.

Changed:
<
<
  • Click Action on the Attachment to be moved.
>
>
  • Click Manage on the Attachment to be moved.
 
  • On the control screen, select the new web and/or topic.
  • Click Move. The attachment and its version history are moved. The original location is stored as topic Meta Data.

Deleting Attachments

Changed:
<
<
It is not possible to delete attached files directly. You can delete a topic, and its attachments with it.
  • TIP One easy workaround is to create a Trash.TrashAttachments - then, simply move unwanted Attachments to that topic.
>
>
Move unwanted Attachments to web Trash, topic TrashAttachment.
 

Linking to Attached Files

Line: 79 to 78
 
Changed:
<
<
Attachment: Action: Size: Date: Who: Comment:
Sample.txt action 30 22 Jul 2000 - 19:37 PeterThoeny Just a sample
Smile.gif action 94 22 Jul 2000 - 19:38 PeterThoeny Smiley face
>
>
Attachment Action Size Date Who Comment
Sample.txt manage 0.1 K 22 Jul 2000 - 19:37 PeterThoeny Just a sample
Smile.gif manage 0.1 K 22 Jul 2000 - 19:38 PeterThoeny Smiley face
 

File Attachment Controls

Changed: <
<Clicking on an Action link takes you to a new page that looks like this:>
>Clicking on a Manage link takes you to a new page that looks like this: 
Changed: <
<
Attachment: Action: Size: Date: Who: Comment: Attribute:
Sample.txt action 30 22 Jul 2000 - 19:37 PeterThoeny Just a sample  
Smile.gif action 94 22 Jul 2000 - 19:38 PeterThoeny Smiley face  
>
>
Attachment Action Size Date Who Comment Attribute
Sample.txt manage 0.1 K 22 Jul 2000 - 19:37 PeterThoeny Just a sample  
Smile.gif manage 0.1 K 22 Jul 2000 - 19:38 PeterThoeny Smiley face  
 

Update attachment Sample.txt

Changed: <
<
Version: Action: Date: Who: Comment:
>
>
Version Action Date Who Comment
 
1.1 view 2001.08.30.09.28.56 PeterThoeny  

Revision 112003-12-26 - PeterThoeny

Line: 1 to 1
 

File Attachments

Line: 27 to 27
 
  • Click on the Attach link at the bottom of the page. The Attach screen lets you browse for a file, add a comment, and upload it. The uploaded file will show up in the File Attachment table.
    • Any type of file can be uploaded. Some files that might pose a security risk are renamed, ex: *.php files are renamed to *.php.txt so that no one can place code that would be read in a .php file.
    • 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.
Changed:
<
<
    • Currently there is no file size limit other than the disk space on the server. * ALERT! It's not recommended to upload files greater than a few hundred K through a browser. Large files can be extremely slow-loading, and often time out. Use FTP for large file uploads.
>
>
    • TWiki can limit the file size. This is defined by the %ATTACHFILESIZELIMIT% variable of the TWikiPreferences, currently set at 250000 KB.
      • ALERT! It's not recommended to upload files greater than a few hundred K through a browser. Large files can be extremely slow-loading, and often time out. Use an FTP site for large file uploads.
 

Downloading Files

Revision 102002-05-04 - MikeMannix

Line: 1 to 1
 
Changed:
<
<

File Attachments

>
>

File Attachments

 
Changed:
<
<
Each topic can have files attached to it, similar to an email attachment. Use your browser to upload or download a file. Attachments are stored under revision control, so uploads can never be lost, and files changes can be made with a rollback option that lets you retrieve all previous versions.
>
>
Each topic can have one or more files of any type attached to it by using the Attach screen to upload (or download) files from your local PC. Attachments are stored under revision control: uploads are automatically backed up; all previous versions of a modified file can be retrieved.
 
Changed:
<
<

What Are Attachments Good For?

>
>

What Are Attachments Good For?

 
Changed:
<
<
File Attachments can be used to create powerful groupware solutions - file sharing, document management - and for speedy Web authoring.
>
>
File Attachments can be used to create powerful customized groupware solutions, like file sharing and document management systems, and quick Web page authoring.
 
Changed:
<
<

Document Management System

>
>

Document Management System

 
Changed:
<
<
  • You can use Attachments to store and retrieve documents (in any format, with associated graphics, and other media files); attach documents to specific TWiki topics; collaborate on documents with full revision control; distribute documents on a need-to-know basis using; create a central reference library that's easy to access and manage by an entire user group.
>
>
  • You can use Attachments to store and retrieve documents (in any format, with associated graphics, and other media files); attach documents to specific TWiki topics; collaborate on documents with full revision control; distribute documents on a need-to-know basis using web and topic-level access control; create a central reference library that's easy to share with an user group spread around the world.
 
Changed:
<
<

File Sharing

>
>

File Sharing

 
  • For file sharing, FileAttachments on a series of topics can be used to quickly create a well-documented, categorized digital download center for all types of files: documents; graphics and other media; drivers and patches; applications; anything you can safely upload!
Changed:
<
<

Web Authoring

>
>

Web Authoring

 
Changed:
<
<
  • Through your Web browser, you can easily upload graphics (or sound files, or anything else you want to embed on a page) and place them anywhere in on a single page, or for use across a web, or site-wide.
    • NOTE: You can also add graphics - any files - directly, typically by FTP upload. This requires server access, and may be more convenient if a large number of files, or a particular directory location, is required. These files can't be managed using browser-based Attachment controls.
>
>
  • Through your Web browser, you can easily upload graphics (or sound files, or anything else you want to link to on a page) and place them on a single page, or use them across a web, or site-wide.
    • NOTE: You can also add graphics - any files - directly, typically by FTP upload. This requires FTP access, and may be more convenient if you have a large number of files to load. FTP-ed files can't be managed using browser-based Attachment controls. You can use your browser to create TWikiVariables shortcuts, like this %H% = HELP.
 
Changed:
<
<

Uploading Files

>
>

Uploading Files

 
Changed:
<
<
  • 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.
>
>
  • Click on the Attach link at the bottom of the page. The Attach screen lets you browse for a file, add a comment, and upload it. The uploaded file will show up in the File Attachment table.
    • Any type of file can be uploaded. Some files that might pose a security risk are renamed, ex: *.php files are renamed to *.php.txt so that no one can place code that would be read in a .php file.
 
    • 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.
Added:
>
>
    • Currently there is no file size limit other than the disk space on the server. * ALERT! It's not recommended to upload files greater than a few hundred K through a browser. Large files can be extremely slow-loading, and often time out. Use FTP for large file uploads.
 
Changed:
<
<

Downloading Files

>
>

Downloading Files

 
Changed:
<
<
>
>
 
Changed:
<
<
  • NOTE: There is no access control on individual attachments. If you need this type of control, create separate topics and define access restrictions per topic.
>
>
  • ALERT! NOTE: There is no access control on individual attachments. If you need control over single files, create a separate topic per file and set topic-level access restrictions for each.
 
Changed:
<
<

Moving Attachment Files

>
>

Moving Attachment Files

 
Changed:
<
<
An attachement can be moved between topics. To do this click Action on the attachment to be moved. On the control page, select the new web and topic, the click Move. The attachment and its version history are moved. The original location is stored as topic Meta Data.
>
>
An attachment can be moved between topics.
  • Click Action on the Attachment to be moved.
  • On the control screen, select the new web and/or topic.
  • Click Move. The attachment and its version history are moved. The original location is stored as topic Meta Data.
 
Changed:
<
<

Deleting Attachments

>
>

Deleting Attachments

 
Changed:
<
<
It is not possible to delete attached files with the current TWiki implementation. However, they can be moved to another topic. You may care to have a topic Trash.TrashAttachments - move attachments that are no longer wanted here.
>
>
It is not possible to delete attached files directly. You can delete a topic, and its attachments with it.
  • TIP One easy workaround is to create a Trash.TrashAttachments - then, simply move unwanted Attachments to that topic.
 
Changed:
<
<

Linking to Attached Files

>
>

Linking to Attached Files

 
  • Once a file is attached it can be referenced in the topic. Example:
Changed:
<
<
    1. Attach file: Sample.txt
    2. Edit topic and write text: %ATTACHURL%/Sample.txt
    3. Preview - %ATTACHURL text appears as: https://sites.astro.caltech.edu/twiki_cstc/pub/TWiki/FileAttachment/Sample.txt, a link.

  • To reference an attachment located in another topic, write text:
    • %PUBURL%/%WEB%/OtherTopic/Sample.txt (for the same web)
    • %PUBURL%/Otherweb/OtherTopic/Sample.txt (for adifferent web)
>
>
    1. Attach file: Sample.txt
    2. Edit topic and enter: %ATTACHURL%/Sample.txt
    3. Preview: %ATTACHURL%/Sample.txt text appears as: https://sites.astro.caltech.edu/twiki_cstc/pub/TWiki/FileAttachment/Sample.txt, a link to the text file.

  • To reference an attachment located in another topic, enter:
    • %PUBURL%/%WEB%/OtherTopic/Sample.txt (if it's within the same web)
    • %PUBURL%/Otherweb/OtherTopic/Sample.txt (if it's in a different web)
 
  • Attached HTML files and text files can be inlined in a topic. Example:
Changed:
<
<
    1. Attach file: Sample.txt
    2. Edit topic and write text: %INCLUDE{"%ATTACHURL%/Sample.txt"}%
>
>
    1. Attach file: Sample.txt
    2. Edit topic and write text: %INCLUDE{"%ATTACHURL%/Sample.txt"}%
 

  • GIF, JPG and PNG images can be attached and shown embedded in a topic. Example:
Changed:
<
<
    1. Attach file: Smile.gif
    2. Edit topic and write text: %ATTACHURL%/Smile.gif
    3. Preview - text appears as Smile.gif, an image.
>
>
    1. Attach file: Smile.gif
    2. Edit topic and write text: %ATTACHURL%/Smile.gif
    3. Preview: text appears as Smile.gif, an image.
 
Changed:
<
<

File Attachment Contents Table

>
>

File Attachment Contents Table

  Files attached to a topic are displayed in a directory table, displayed at the bottom of the page, or optionally, hidden and accessed when you click Attach.
Line: 76 to 80
 
Attachment: Action: Size: Date: Who: Comment:
Changed:
<
<
Sample.txt action 30 22 Jul 2000 - 19:37 PeterThoeny Just a sample
Smile.gif action 94 22 Jul 2000 - 19:38 PeterThoeny Smiley face
>
>
Sample.txt action 30 22 Jul 2000 - 19:37 PeterThoeny Just a sample
Smile.gif action 94 22 Jul 2000 - 19:38 PeterThoeny Smiley face
 
Changed: <
<

File Attachment Controls

>
>

File Attachment Controls

 Changed: <
<Clicking on an Action link takes you to a new page that looks like this:>
>Clicking on an Action link takes you to a new page that looks like this: 
Attachment: Action: Size: Date: Who: Comment: Attribute:
Changed: <
<
Sample.txt action 30 22 Jul 2000 - 19:37 PeterThoeny Just a sample  
Smile.gif action 94 22 Jul 2000 - 19:38 PeterThoeny Smiley face  
>
>
Sample.txt action 30 22 Jul 2000 - 19:37 PeterThoeny Just a sample  
Smile.gif action 94 22 Jul 2000 - 19:38 PeterThoeny Smiley face  
 

Update attachment Sample.txt

Version: Action: Date: Who: Comment:
Changed:
<
<
1.1 view 2001.08.30.09.28.56 PeterThoeny  
>
>
1.1 view 2001.08.30.09.28.56 PeterThoeny  
 

Line: 152 to 156
 
  • 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.
Changed:
<
<
    • To hide/unhide an attachment, enable the Hide file checkbox, then click Change properties.
>
>
    • To hide/unhide an attachment, enable the Hide file checkbox, then click Change properties.
 
Changed:
<
<

Known Issues

>
>

Known Issues

 
  • Unlike topics, attachments are not locked during editing. As a workaround, you can change the comment to indicate an attachment file is being worked on - the comment on the specific version isn't lost, it's there when you list all versions of the attachment.
Added:
>
>
 
META FILEATTACHMENT attr="" comment="Just a sample" date="964294620" name="Sample.txt" path="C:\DATA\Sample.txt" size="30" user="thoeny" version=""
META FILEATTACHMENT attr="" comment="Smiley face" date="964294680" name="Smile.gif" path="C:\DATA\Smile.gif" size="94" user="thoeny" version=""

Revision 92001-12-04 - PeterThoeny

Line: 1 to 1
 

File Attachments

Line: 76 to 76
 
Attachment: Action: Size: Date: Who: Comment:
Changed:
<
<
Sample.txt action 30 22 Jul 2000 - 19:37 PeterThoeny Just a sample
Smile.gif action 94 22 Jul 2000 - 19:38 PeterThoeny Smiley face
>
>
Sample.txt action 30 22 Jul 2000 - 19:37 PeterThoeny Just a sample
Smile.gif action 94 22 Jul 2000 - 19:38 PeterThoeny Smiley face
 
Line: 90 to 90 
Attachment: Action: Size: Date: Who: Comment: Attribute:
Changed: <
<
Sample.txt action 30 22 Jul 2000 - 19:37 PeterThoeny Just a sample  
Smile.gif action 94 22 Jul 2000 - 19:38 PeterThoeny Smiley face  
>
>
Sample.txt action 30 22 Jul 2000 - 19:37 PeterThoeny Just a sample  
Smile.gif action 94 22 Jul 2000 - 19:38 PeterThoeny Smiley face  
 

Update attachment Sample.txt

Version: Action: Date: Who: Comment:
Changed:
<
<
1.1 view 2001.08.30.09.28.56 PeterThoeny  
>
>
1.1 view 2001.08.30.09.28.56 PeterThoeny  
 

Revision 72001-09-14 - MikeMannix

Line: 1 to 1
 

File Attachments

Each topic can have files attached to it, similar to an email attachment. Use your browser to upload or download a file.

Changed:
<
<
Attachments are stored under revision control: uploads can never be lost, and changes can be made to files with a rollback option to any previous version always available.
>
>
Attachments are stored under revision control, so uploads can never be lost, and files changes can be made with a rollback option that lets you retrieve all previous versions.
 

What Are Attachments Good For?

Line: 85 to 85
 
Changed:
<
<

File Attachment Control Page

>
>

File Attachment Controls

  Clicking on an Action link takes you to a new page that looks like this:
Line: 161 to 161
 

Known Issues

Changed:
<
<
  • You can't lock an attachment for editing. However, you may want to change the comment to indicate you are doing that - the comment on the specific version isn't lost, you can see it when listing all the versions of an attachments.
>
>
  • Unlike topics, attachments are not locked during editing. As a workaround, you can change the comment to indicate an attachment file is being worked on - the comment on the specific version isn't lost, it's there when you list all versions of the attachment.
 
META FILEATTACHMENT attr="" comment="Just a sample" date="964294620" name="Sample.txt" path="C:\DATA\Sample.txt" size="30" user="thoeny" version=""
META FILEATTACHMENT attr="" comment="Smiley face" date="964294680" name="Smile.gif" path="C:\DATA\Smile.gif" size="94" user="thoeny" version=""

Revision 62001-09-07 - PeterThoeny

Line: 1 to 1
 

File Attachments

Changed:
<
<
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. Attachments are stored under revision control - no upload is lost.
>
>
Each topic can have files attached to it, similar to an email attachment. Use your browser to upload or download a file. Attachments are stored under revision control: uploads can never be lost, and changes can be made to files with a rollback option to any previous version always available.
 

What Are Attachments Good For?

Added:
>
>
File Attachments can be used to create powerful groupware solutions - file sharing, document management - and for speedy Web authoring.
 

Document Management System

Changed:
<
<
  • document management system: distribution, revision
>
>
  • You can use Attachments to store and retrieve documents (in any format, with associated graphics, and other media files); attach documents to specific TWiki topics; collaborate on documents with full revision control; distribute documents on a need-to-know basis using; create a central reference library that's easy to access and manage by an entire user group.
 

File Sharing

Changed:
<
<
  • share files: applications, data files; recommended for light use
>
>
  • For file sharing, FileAttachments on a series of topics can be used to quickly create a well-documented, categorized digital download center for all types of files: documents; graphics and other media; drivers and patches; applications; anything you can safely upload!
 
Changed:
<
<

Page Content

>
>

Web Authoring

 
Changed:
<
<
  • on-site use: linking to graphics, docs
>
>
  • Through your Web browser, you can easily upload graphics (or sound files, or anything else you want to embed on a page) and place them anywhere in on a single page, or for use across a web, or site-wide.
    • NOTE: You can also add graphics - any files - directly, typically by FTP upload. This requires server access, and may be more convenient if a large number of files, or a particular directory location, is required. These files can't be managed using browser-based Attachment controls.
 

Uploading Files

Changed:
<
<
  • 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, i.e. *.php files are renamed to *.php.txt.
>
>
  • 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.
Changed:
<
<
  • 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.
>
>
    • 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.
 

Downloading Files

Changed:
<
<
  • There is no access control on individual attachments. If you need to have this type of control create separate topics and define access restrictions on the topics.
>
>

  • NOTE: There is no access control on individual attachments. If you need this type of control, create separate topics and define access restrictions per topic.
 

Moving Attachment Files

Changed:
<
<
An attachement can be moved between topics. To do this click action on the attachment to be moved. On the subsequent page select the new Web and Topic, the click Move. The attachment and its version history is moved. The original location is stored in the topic meta data.
>
>
An attachement can be moved between topics. To do this click Action on the attachment to be moved. On the control page, select the new web and topic, the click Move. The attachment and its version history are moved. The original location is stored as topic Meta Data.
 

Deleting Attachments

Line: 43 to 51
 

Linking to Attached Files

  • Once a file is attached it can be referenced in the topic. Example:
Changed:
<
<
>
>
    1. Attach file: Sample.txt
    2. Edit topic and write text: %ATTACHURL%/Sample.txt
    3. Preview - %ATTACHURL text appears as: https://sites.astro.caltech.edu/twiki_cstc/pub/TWiki/FileAttachment/Sample.txt, a link.

  • To reference an attachment located in another topic, write text:
      • %PUBURL%/%WEB%/OtherTopic/Sample.txt (for the same web)
      • %PUBURL%/Otherweb/OtherTopic/Sample.txt (for adifferent web)
 
  • Attached HTML files and text files can be inlined in a topic. Example:
Changed:
<
<
    • Attach file: Sample.txt
    • Edit topic and write text: %INCLUDE{"%ATTACHURL%/Sample.txt"}%
>
>
    1. Attach file: Sample.txt
    2. Edit topic and write text: %INCLUDE{"%ATTACHURL%/Sample.txt"}%
 

  • GIF, JPG and PNG images can be attached and shown embedded in a topic. Example:
Changed:
<
<
    • Attach file: Smile.gif
    • Edit topic and write text: %ATTACHURL%/Smile.gif
    • Text is shown as: Smile.gif , it shows up as an image.
>
>
    1. Attach file: Smile.gif
    2. Edit topic and write text: %ATTACHURL%/Smile.gif
    3. Preview - text appears as Smile.gif, an image.
 

File Attachment Contents Table

Changed:
<
<
Is a table that looks like this:
>
>
Files attached to a topic are displayed in a directory table, displayed at the bottom of the page, or optionally, hidden and accessed when you click Attach.
 
Changed:
<
<
Attachment: Action: Size: Date: Who: Comment:
Sample.txt action 30 22 Jul 2000 - 19:37 PeterThoeny Just a sample
Smile.gif action 94 22 Jul 2000 - 19:38 PeterThoeny Smiley face
>
>
Attachment: Action: Size: Date: Who: Comment:
Sample.txt action 30 22 Jul 2000 - 19:37 PeterThoeny Just a sample
Smile.gif action 94 22 Jul 2000 - 19:38 PeterThoeny Smiley face
 
Added: >

File Attachment Control Page

Changed: <
<Clicking on an action link takes you to a new page that looks like this:>
>Clicking on an Action link takes you to a new page that looks like this: Added: >
>
 
Attachment: Action: Size: Date: Who: Comment: Attribute:
Changed: <
<
Sample.txt action 30 22 Jul 2000 - 19:37 PeterThoeny Just a sample  
Smile.gif action 94 22 Jul 2000 - 19:38 PeterThoeny Smiley face  
>
>
Sample.txt action 30 22 Jul 2000 - 19:37 PeterThoeny Just a sample  
Smile.gif action 94 22 Jul 2000 - 19:38 PeterThoeny Smiley face  
 

Update attachment Sample.txt

Version: Action: Date: Who: Comment:
Changed:
<
<
1.1 view 2001.08.30.09.28.56 PeterThoeny  
>
>
1.1 view 2001.08.30.09.28.56 PeterThoeny  
 

Line: 132 to 145
  Topic FileAttachment . { | |
Changed:
<
<
Move attachment |
>
>
Move attachment |
 Cancel }
Added:
>
>
 
Changed:
<
<
The first table is a list of all attachments, including their attributes. A h means the attachment is hidden i.e. isn't listed when viewing a topic.
>
>
  • 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.
 
Changed:
<
<
The second table is all the versions of the attachment. Click on view to see that version, if it is the most recent version you'll be taken to a URL that always displays the latest version, which is usually what you want to email out.
>
>
  • 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.
 
Changed:
<
<
If you just want to change the comment on an attachment - enter a new comment and then press 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 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.
 
Changed:
<
<
Similarly to hide/unhide an attachment click in the Hide file checkbox are press Change properties.
>
>
    • To hide/unhide an attachment, enable the Hide file checkbox, then click Change properties.
 

Known Issues

Revision 52001-09-07 - PeterThoeny

Line: 1 to 1
Changed:
<
<

Dev Reorg Note:

>
>

File Attachments

 
Changed:
<
<
The latest version of FileAttachments includes attachments under revision control. It's in the 01 Sep 2001 TWiki release.
>
>
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. Attachments are stored under revision control - no upload is lost.
 
Changed:
<
<
>
>

What Are Attachments Good For?

 
Changed:
<
<

>
>

Document Management System

 
Changed:
<
<
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.
>
>
  • document management system: distribution, revision

File Sharing

  • share files: applications, data files; recommended for light use

Page Content

  • on-site use: linking to graphics, docs

Uploading Files

  • 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, i.e. *.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.

Downloading Files

  • To download: Click on the file in the File Attachment table.
  • There is no access control on individual attachments. If you need to have this type of control create separate topics and define access restrictions on the topics.

Moving Attachment Files

An attachement can be moved between topics. To do this click action on the attachment to be moved. On the subsequent page select the new Web and Topic, the click Move. The attachment and its version history is moved. The original location is stored in the topic meta data.

Deleting Attachments

It is not possible to delete attached files with the current TWiki implementation. However, they can be moved to another topic. You may care to have a topic Trash.TrashAttachments - move attachments that are no longer wanted here.

 
Changed:
<
<
FileAttachment table
>
>

Linking to Attached Files

  • Once a file is attached it can be referenced in the topic. Example:

  • Attached HTML files and text files can be inlined in a topic. Example:
    • Attach file: Sample.txt
    • Edit topic and write text: %INCLUDE{"%ATTACHURL%/Sample.txt"}%
    • Content of attached file is shown inlined.
    • Read more in IncludeTopicsAndWebPages.

  • GIF, JPG and PNG images can be attached and shown embedded in a topic. Example:
    • Attach file: Smile.gif
    • Edit topic and write text: %ATTACHURL%/Smile.gif
    • Text is shown as: Smile.gif , it shows up as an image.

File Attachment Contents Table

  Is a table that looks like this:
Changed:
<
<
FileAttachment: Action: Size: Date: Who: Comment:
>
>
Attachment: Action: Size: Date: Who: Comment:
Sample.txt action 30 22 Jul 2000 - 19:37 PeterThoeny Just a sample
Smile.gif action 94 22 Jul 2000 - 19:38 PeterThoeny Smiley face

File Attachment Control Page

Clicking on an action link takes you to a new page that looks like this:

Attachment: Action: Size: Date: Who: Comment: Attribute:
Sample.txt action 30 22 Jul 2000 - 19:37 PeterThoeny Just a sample  
Smile.gif action 94 22 Jul 2000 - 19:38 PeterThoeny Smiley face  

Update attachment Sample.txt

Version: Action: Date: Who: Comment:
1.1 view 2001.08.30.09.28.56 PeterThoeny  

Previous
upload:
C:\DATA\Sample.txt (PeterThoeny)
Local file:
Comment:
 
Changed:
<
<
(attached file)
>
>
Link:
 
Changed:
<
<
(view, update, add)
(file size) (upload date) (uploaded by) (file comment)
>
>
Create a link to the attached file at the end of the topic.
Hide file: Hide attachment in normal topic view.
 
Added:
>
>
Help text ...
 
Changed:
<
<
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.
>
>
Topic FileAttachment . { | | Move attachment | Cancel }
 
Changed:
<
<
Remarks
  • Once a file is attached it can be referenced in the topic by %ATTACHURL%/{filename} . Example:
  • 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: Smile.gif , i.e. it shows up as an image.
  • It is not possible to delete attached files with the current TWiki implementation. Contact webmaster@astro.caltech.edu if you need to delete files.
>
>
The first table is a list of all attachments, including their attributes. A h means the attachment is hidden i.e. 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 is the most recent version you'll be taken to a URL that always displays the latest version, which is usually what you want to email out.

If you just want to change the comment on an attachment - enter a new comment and then press Change properties. Note that the comment listed against the specific version will not change, however the comment displayed when viewing the topic does change.

Similarly to hide/unhide an attachment click in the Hide file checkbox are press Change properties.

Known Issues

  • You can't lock an attachment for editing. However, you may want to change the comment to indicate you are doing that - the comment on the specific version isn't lost, you can see it when listing all the versions of an attachments.
 
META FILEATTACHMENT attr="" comment="Just a sample" date="964294620" name="Sample.txt" path="C:\DATA\Sample.txt" size="30" user="thoeny" version=""
META FILEATTACHMENT attr="" comment="Smiley face" date="964294680" name="Smile.gif" path="C:\DATA\Smile.gif" size="94" user="thoeny" version=""

Revision 42001-08-30 - MikeMannix

Line: 1 to 1
Changed:
<
<
FileAttachment
>
>

Dev Reorg Note:

The latest version of FileAttachments includes attachments under revision control. It's in the 01 Sep 2001 TWiki release.


  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.
Line: 44 to 51
 
    • Edit topic and write text: %ATTACHURL%/Smile.gif
    • Text is shown as: Smile.gif , i.e. it shows up as an image.
  • It is not possible to delete attached files with the current TWiki implementation. Contact webmaster@astro.caltech.edu if you need to delete files.
Deleted:
<
<
<--TWikiAttachment-->

FileAttachment: Action: Size: Date: Who: Comment:
 Sample.txt view update 30 22 Jul 2000 - 19:37 PeterThoeny Just a sample
 Smile.gif view update 94 22 Jul 2000 - 19:38 PeterThoeny Smiley face
add
<--TWikiAttachment-->
 \ No newline at end of file
Added:
>
>
META FILEATTACHMENT attr="" comment="Just a sample" date="964294620" name="Sample.txt" path="C:\DATA\Sample.txt" size="30" user="thoeny" version=""
META FILEATTACHMENT attr="" comment="Smiley face" date="964294680" name="Smile.gif" path="C:\DATA\Smile.gif" size="94" user="thoeny" version=""

Revision 32000-12-29 - PeterThoeny

Line: 24 to 24
  (view, update, add)
(file size) (upload date)
Changed:
<
<
(uploded by)
>
>
(uploaded by)
 
(file comment)

Revision 22000-08-19 - PeterThoeny

Line: 2 to 2
  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.
Changed:
<
<
  • To download: Click on the file in FileAttachment table.
>
>
  • To download: Click on the file in the FileAttachment table.
  FileAttachment table
Line: 38 to 38
 Remarks
  • Once a file is attached it can be referenced in the topic by %ATTACHURL%/{filename} . Example:
    • Attach file: Sample.txt
Changed:
<
<
>
>
 
  • 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
Changed:
<
<
    • Text is shown as: Smile.gif , i.e. it shows up as an image.
>
>
    • Text is shown as: Smile.gif , i.e. it shows up as an image.
 
  • It is not possible to delete attached files with the current TWiki implementation. Contact webmaster@astro.caltech.edu if you need to delete files.
<--TWikiAttachment-->

Changed:
<
<
FileAttachment:
>
>
FileAttachment:
 
Action:
Line: 64 to 63
 
Changed:
<
<
 Sample.txt
>
>
 Sample.txt
 
Changed:
<
<
view update
>
>
view update
 
30
Changed:
<
<
26 Mar 1999 - 04:05
>
>
22 Jul 2000 - 19:37
 
PeterThoeny
Line: 80 to 79
 
Changed:
<
<
 Smile.gif
>
>
 Smile.gif
 
Changed:
<
<
view update
>
>
view update
 
94
Changed:
<
<
26 Mar 1999 - 04:05
>
>
22 Jul 2000 - 19:38
 
PeterThoeny
Line: 97 to 96
 
Changed:
<
<
add
>
>
add
 
Deleted:
<
<
<--TWikiAttachment-->
 \ No newline at end of file
Added:
>
>
<--TWikiAttachment-->
 \ No newline at end of file

Revision 11999-06-13 - thoeny

Line: 1 to 1
Added:
>
>
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:

FileAttachment: Action: Size: Date: Who: Comment:
(attached file) (view, update, add) (file size) (upload date) (uploded by) (file comment)

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 %ATTACHURL%/{filename} . Example:
  • 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: Smile.gif , i.e. it shows up as an image.
  • It is not possible to delete attached files with the current TWiki implementation. Contact webmaster@astro.caltech.edu if you need to delete files.
<--TWikiAttachment-->

FileAttachment: Action: Size: Date: Who: Comment:
 Sample.txt view update 30 26 Mar 1999 - 04:05 PeterThoeny Just a sample
 Smile.gif view update 94 26 Mar 1999 - 04:05 PeterThoeny Smiley face
add
<--TWikiAttachment-->
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 1999-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback
Note: Please contribute updates to this topic on TWiki.org at TWiki:TWiki.FileAttachment.