Community

Show a list of files in pdf or word format on a page

Is there a good working module that shows via a link (unc) to a path to a directory that automatically shows these files with clickable links that open these files?

Comments

You could make a content type

You could make a content type with a file field and use this to upload the files and the views module to make a page listing

file link

thx for the tip, seems I have problems understanding the structure in drupal because I guess you have to create this in a view and refer to files but the path does not give what I want :-(

For the view you would list

For the view you would list the file field and you may need to select the correct formatter for it to get the desired results.