Hi Charles,
Thank you very much for your interest in Sitefinity and contacting us.
Creating a document library module is in our ToDo list, but we still cannot commit to a strict timeframe as to when it will be available. Currently, there are 3 ways to achieve something similar. However, none of them allows dynamic management of documents.
First, you can use the Document manager of the Generic Content control to attach documents. To see how it works, do the following:
1. Select a page in the Site Map.
2. Click
Edit this page.
3. Drag a Generic Control control and click
Edit in the control header.
4. Click on the
Document manager icon. (DocumentManager1. jpg)
6. Click
Upload Documents. See DocumentManager2. jpg.
By default, the
UploadDocumentsPaths property is set to
~/Files and an empty folder Files is automatically created.
Second, you can use the Sitefinity File Manager to upload documents. This is how to do it:
1. Go to
Files.
2. Select a folder where to upload the file(s).
3.Click
Upload files.
4. Browse to select the file(s) to upload.
5. Click
Upload.
Third, you can use the HyperLink control to insert a link to a document:
1. Select a page in the Site Map.
2. Click
Edit this page.
3. Drag a Generic HyperLink control and click
Edit in the control header.
4. Expand the Navigation section.
5. Click
Select > Select a file to set the
NavigateURL property.
Please tell us if these help you or if you meant something different.
Best wishes,
Rebecca
the Telerik team