Problem:
I have a set of PDF files that are uploaded monthly to a folder on a
website I support. These files change in name, size, and number of
files each month. I need a script that will display on my webpage, the
file name, and act as a link so that the user can access them.
Note:
While I dont care what kind of scrip it is, I dont have access to the
server which hosts the files other than via FTP. So the scrip needs to
reside in an html file, php, or java script as far as I know.
Additional Note:
The site page is: http://www.venturapublishing.com/listings.html
As you can see, I've manually linked all the PDF files from their
folder. I would expect the scrip to simply to do what I did, but
automatically when files are uploaded. |
Request for Question Clarification by
eiffel-ga
on
14 Jul 2006 01:26 PDT
Hi mclinn-ga,
We really need to know what scripting languages the server supports:
Perl, PHP, Python, ruby etc.
For example, if it supports the ruby language I'd be delighted to
answer this question.
Regards,
eiffel-ga
PS: I don't think you can read local folders from JavaScript.
|