Filename Lister

Write an HTML Form that writes a .txt file (to a location that is user configurable within the HTML/script) and which contains the path and filenames of all the input elements within the Form.

See attachment for Form example. User will browse and select a filename in each element. Then user hits Submit and the page should write each path&filename to a .txt file. Each path&filename should be written on a new line in the .txt file.

Please confirm that this is possible WITHOUT any server-side processing.

Leave a Reply

Your email address will not be published. Required fields are marked *