Project

General

Profile

RedmineAttachedFiles » History » Version 1

Mischa The Evil, 2010-10-17 06:05
Pulled from [[RedmineFiles]]; Initial version with "Attached Files"-content only

1 1 Mischa The Evil
h1. Redmine Attached Files
2
3
{{>toc}}
4
5
h2. Introduction
6
7
Attached files can be added to just about anything in the Redmine system where you see a "New File" link at the bottom of the page.
8
9
h2. Usage
10
11
h3. Inline Images
12
13
Attached files can be shown within the parent page by targeting it's name via image url (i.e. @!attached_image!@).
14
15
h3. Non plain text files
16
17
Keep in mind there is a dedicated [[RedmineDocuments|documents]] module for storing technical and user documentation that can be linked via the [[RedmineWikis|wiki]] and a dedicated [[RedmineFiles|files]] module for publishing versions of the tracked project, as a bundle (release).
18
19
However, if that doesn't fit the bill, file upload support provides a way to distribute any file for user download.
20
21
h2. File storage
22
23
All uploaded attached files are stored at the @/{install dir}/files@ directory.
24
25
The uploaded file name is prefixed with a unique id based on it's parent for directory storage. Multiple files can be uploaded with the same name, however a link within the wiki will only show the most recently uploaded one.
26
27
h2. Attach files form
28
29
Regardless where an attached file is added, the input form is as shown below. Adding multiple attached files at once is possible using the "Add another file" link.
30
31
The optional description is used for an @alt@ text if the image is shown using @!image_url!@ within the parent.
32
33
!UploadFile.png!
34
35
h2. Files added via "New File"
36
37
At the bottom of many of the pages in Redmine is a "New File" link. Attaching a file makes that page the parent of the file and it is limited in scope to that page.
38
39
See the [[RedmineFiles#Usage|Usage]] section for more information.