I’m wondering how I could modified this great example handler found here:
To also provide the ability to return a directory listing of files? Currently it will only serve files if the exact path and name to the file is specified, I would like to modify it such that I could specify a base path and get a listing of the files on the path
Thanks for any thoughts or ideas
You can try inserting the following at line #126.
Caution: I’ve just typed this up off the top of my head. You may get a compile error or two.