I currently have a Node server set up with allows the user to upload files in Node using file upload. I would also like the user to be able to view the file directory which contains all the uploaded files, but am unsure of how to go about it.
I would like to be able to see all the uploaded files within a HTML page that can be served to the user, which shows all the files uploaded, and will be able to access and open the files that have been uploaded.