Hi Marco,
When a conference manager uploads files with the Files Browser tool, they are actually stored in
ocspath/files/conferences/[conference#]/[optional created directory]/filename.txt.
So: when conference manager opens the Files Browser tool, they see "Index of /", with typically one directory (schedConfs) already in there. The CM can create a new directory here, say "publicFiles", and upload files into that directory (or, of course, create even more subdirs within that one). Say the CM uploads a file called campusmap.pdf. It can be linked to with the following code:
- Code: Select all
<a href="http://mysite.com/ocs/files/conferences/1/publicFiles/campusmap.pdf">campus map</a>
Provided, of course, that this is conference 1 on the site.
Cheers,
James