A litle help to show a list of item on a website

Associate
Joined
9 Feb 2006
Posts
107
Location
Bridgwater/Somerset
Ok I have set-up a site using the whiist plugin for Windows home server. I am using it as a redirect server for a killing floor server, which I have got working, but I would like to see a list of files that are in the folder when I go to the website though a browser and be able to click on them to download it.

is that possible at all with basic html?

As that is all I have got experience with and only a little bit at that.
 
im not sure what you mean but you could try this....

create a link with the file inplace, if its a folder then u must zip or rar it..

i.e
(example)

Bc2 skip intro videos Download here

Html code:
Code:
<a href="http://cranial-tap.co.uk/downloads/bc2-introskip.rar">Download here</a>

file i have hosted on one of my sites, just change the "http://cranial-tap.co.uk/downloads/bc2-introskip.rar" to the file address and the "Download here" to your file name.
 
Yeah that would work but would have to make one for every file on the server(which there are a lot :)) was hoping there was a way to do it like using dir command in dos, but instead when the website is loaded it would give a list of files located in the base directory. as the whiist addon uses a shared folder on my home server as the site/server.


Edit: Never mind found a way :)
 
Last edited:
Back
Top Bottom