How can i show user uploaded files on a webpage?

Soldato
Joined
25 Oct 2002
Posts
4,197
Location
Derbyshire
Me again! ;)

To help cut down the hastle I have set up a simple upload service for a club member to upload meeting minutes.

How can i get them to display on the site?

Lets say for arguments sake the doc are going to be called Minutes_feb10.doc, the next one uploaded is Minutes_may10.doc etc..

Can i get the minutes to open in a page or just as a link?

I want the links to pile up with the latest minutes on top.

That make sence?


Has anyone got a clue what i'm after or how to do it? :)
 
you want something like a file repository script - are you using a CMS?

Alternatively just give the URL for the folder they're being uploaded to - ie www.domain.com/minutes

that will bring up just a listing of all files uploaded
 
I've no idea what CMS is so no. :)

The URL option gives me a 403 error :(

The website declined to show this webpage
HTTP 403
Most likely causes:
This website requires you to log in.
 
I've no idea what CMS is so no. :)

The URL option gives me a 403 error :(

The website declined to show this webpage
HTTP 403
Most likely causes:
This website requires you to log in.

That'll be down to your hosting I think, as not all hosts allow directory browsing. You could use a simple php directory indexoe through. There's a simple one at http://www.celerondude.com/php-indexer - you just drop the index.php into your directory.
 
Back
Top Bottom