Listing files

M

Michael

Is there a way to list files in a web page directory? I would like to
dynamically list/link available '.wav' files. Can I do this with html or
javascript (which i am a little familiar with) or will it require something
more complicated like an applet?
Thanks
 
S

Steve Easton

If you can enable ( or your host can enable )
ftp or "folder" view, the directory will automatically
be a file listing when opened.
 
M

MD WebsUnlimited.com

Hi Michael,

If the site is hosted on a Window server you can utilize ASP and File System
object to list the files of a give type.
 
Top