RedmineFiles » History » Revision 6
« Previous |
Revision 6/10
(diff)
| Next »
Mischa The Evil, 2010-10-17 06:05
Extracted all "Attached Files"-content to [[RedmineAttachedFiles]].
Redmine Files¶
- Table of contents
- Redmine Files
Files Module¶
Each project can have a Files module enabled/disabled via the settings menu.
A sortable HTML table shows the details on the uploaded files. Of note are the MD5 hash and D/L(Download Count).

New files are added via the
New File button in the upper right hand corner.
File storage¶
All uploaded files are stored at the /{install dir}/files directory.
The uploaded file name is prefixed with a unique id based on it's parent for directory storage.
New file form¶
If a new file is added, the input form is as shown below. Adding multiple files at once is possible using the "Add another file" link.
The optional description is used for an alt text.

Updated by Mischa The Evil about 15 years ago · 6 revisions