The download url, no spacing, alphanumeric only
To download this file. (exc the uploader)
If supported by the theme.
| Download Url: | {{ file.getFullShortUrl() }} |
| File ID: | {{ file.id }} |
| Last Downloaded: | {{ file.lastAccessed == NULL?'Never':CoreHelper.formatDate(file.lastAccessed) }} |
| MD5 Content Hash: | {{ file.getPrimaryFileHash() }} |
| File is Duplicate: | {{ fileIsDuplicateText }} |
| Upload Source: | {{ file.uploadSource|title }} |
| User Action Logs: | {{ file.getFileActionCountNonAdmin() }} |
Artifacts represent the actual file and can exist on 1 or more storage servers. For example, a single file may be mirrored on 3 servers.
| Type: | Real File Path: | Filesize: | Storage Server(s): |
|---|---|---|---|
| {{ fileArtifact.file_artifact_type|title }} | {{ fileArtifact.local_file_path }} | {{ fileArtifact.getFormattedFilesize() }} | {{ fileArtifact.getStorageServersLabel() }} |