Auto display uploaded files

J

John Parker

I have a page where I want to display publications (pdf file links).

I have been able to successfully upload the files, but I need a way to be
able to diplay the files from the directory on a webpage without having to
open site and create a hyperlink manually. Is this possible?

Thanks
John P.
 
S

Stefan B Rusynko

Only w/ server side scripting or if you have you host turn on directory browsing

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


|I have a page where I want to display publications (pdf file links).
|
| I have been able to successfully upload the files, but I need a way to be
| able to diplay the files from the directory on a webpage without having to
| open site and create a hyperlink manually. Is this possible?
|
| Thanks
| John P.
|
|
 
R

Ronx

Ask your host to change permissions on the folder to allow directory
browsing. Do not place a default document (index.htm, default.htm etc.)
in the folder. Then a link to http://example.com/foldername will
display all files in the foldername folder.
 
Top