- Jan 23, 2001
- 7,714
- 31
- 91
This might be possible or it might not. Hoping somebody can point me in the right direction.
Here's what I'm looking to do. I have an web page with a listing of links to a whole bunch of pdf files. What I'd like to do is have this list update whenever I drop a new pdf into the folder on the server where the pdf's are kept. Basically directory listing displaying all the files in the folder and the link to each. The link can be the filename as the files are descriptively named.
I would just turn directory listing on, but directory listing is required to be off due to server security policies. Also, the formatting for directory browsing does not come out very clean as you get all the information for the file size, modified date, file permissions, etc. Is there anyway to do this with straight html or maybe with a snippet of vbscript or java? I've been searching the web but I haven't found a simple implementation of this yet that doesn't require plugin extensions being installed on the web server. Does anyone know a way of doing this?
Here's what I'm looking to do. I have an web page with a listing of links to a whole bunch of pdf files. What I'd like to do is have this list update whenever I drop a new pdf into the folder on the server where the pdf's are kept. Basically directory listing displaying all the files in the folder and the link to each. The link can be the filename as the files are descriptively named.
I would just turn directory listing on, but directory listing is required to be off due to server security policies. Also, the formatting for directory browsing does not come out very clean as you get all the information for the file size, modified date, file permissions, etc. Is there anyway to do this with straight html or maybe with a snippet of vbscript or java? I've been searching the web but I haven't found a simple implementation of this yet that doesn't require plugin extensions being installed on the web server. Does anyone know a way of doing this?