List of files on Server - shown on WebPage

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Tommaccoy
    New Member
    • Jan 2008
    • 5

    List of files on Server - shown on WebPage

    Dear all,

    I’m trying to create a simple HTML page that is able to list the current content of files that lay in a specific folder on the server. When the file listed is clicked the .pdf file should open. It is important that when a file is added to the folder, that the list is updated.

    Hope someone can help me.
    THX in advance

    PS: If this site can be created by using a different code, like ASP please advice.
  • Markus
    Recognized Expert Expert
    • Jun 2007
    • 6092

    #2
    IT definitely can't be done using HTML!

    Comment

    • Tommaccoy
      New Member
      • Jan 2008
      • 5

      #3
      I know now that on an apache webserver this feature is already integrated

      <Directory /usr/local/httpd/htdocs>
      Options Indexes FollowSymLinks
      </Directory>

      example

      http://devppl.chew.ch/

      but what about a windows server. And is this a html script. I tried and its not working.

      THX

      Comment

      Working...