Before I start, I am aware of some of the security risk of directly accessing a directory or folder from a browser.
I am looking for javascript that will read all the items within a specific directory, write them to a txt. Then, another javascript can getFile from that txt and list them out in a drop-down menu for users to select and be linked to the correct item.
i.e.
Script 1)reads folder content then writes txt
Script 2)read txt content then generates selectable drop-down menu



Reply With Quote
Bookmarks