Arguments_About_Copyrights 

TB Wiki

Login

DocAttachments in split format

[this feature is not documented yet]
[this feature is not documented yet]
Uploaded files (sometimes also known as attachments) are kept in a single directory under the data directory: <data_dir>/files.
Uploaded files (sometimes also known as attachments) are kept in a single directory under the data directory: <data_dir>/files.
This is by convention. In the configuration, the location foruploaded files can be kept anywhere in the host filesystem. But makesure that the web server has write permissions to the directory, sothat files can be uploaded there.
This is by convention.  In the configuration, the location foruploaded files can be kept anywhere in the host filesystem.  But makesure that the web server has write permissions to the directory, sothat files can be uploaded there.
To reference a file in this directory from a page, use the syntax:[ [media:filename.ext]]. This will convert into the urlhttp://servername.com/files/filename.ext
To reference a file in this directory from a page, use the syntax:[ [media:filename.ext]].  This will convert into the urlhttp://servername.com/files/filename.ext
Usually, a symlink is placed in the publish directory area,so that the web server can find the files at the specified location.
Usually, a symlink is placed in the publish directory area,so that the web server can find the files at the specified location.
e.g. /var/www/files would be a symlink to /path/to/data-dir/files
e.g. /var/www/files would be a symlink to /path/to/data-dir/files
Then, the configuration is set so that 'files_url_base' specifiesthe leading portion of the URL to use to access this symlink.
Then, the configuration is set so that 'files_url_base' specifiesthe leading portion of the URL to use to access this symlink.

Notes [edit section]

= Notes =
This page should have information about uploaded files:
This page should have information about uploaded files:
Here is the link syntax used for file attachments in WikiMedia:
Here is the link syntax used for file attachments in WikiMedia:
[ [Media:file.ext]]
[ [Media:file.ext]]
TBWiki engine 1.9.3 by Tim Bird