Link to home
Start Free TrialLog in
Avatar of juricta
jurictaFlag for United States of America

asked on

Is it possible to write code that will display (for selection) all the files within a specific folder WITHOUT manually adding the code to the page

Is there  way for a web page to display the contents of a folder automatically without having to add code each time a new file is available?

  I have an HTML web page that displays a list of PDF files for the viewer to read.  The files are in a Folder by themselves.  Someone who is NOT code savvy can upload the files but is cannot write the code to add the file each time one is added.

Is it possible to write code that will display (for selection) all the files within a specific folder WITHOUT manually adding the code to the page?  If the page shows 4xFiles (which is my starting number), When I add files later is there a way to automatically display the ADDED files.  It would be similar to the DIR in DOS.  Dir and all files display; add files and DIR again and ALL files show.

I can use any help please.  HTML or scripts will be appreciated
ASKER CERTIFIED SOLUTION
Avatar of Scott Fell
Scott Fell
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of juricta

ASKER

I apologize for not asking the right question but Scott did answer mine.  I did find a work around.  Thanks Scott for the help