I want to implement something as follows:
The user uploads different types of files on the server. My requirement is to display the list of all the files and directories on the server using a web page.
Is it possible to display the list of files / directories on the server using a web page.
If yes, then would it be a client side script or server side script.
Any sample code link, if possible, would be great help.
Thanks.
Examples:
http://www.javapractices.com/topic/TopicAction.do?Id=68
Recursively list files in Java
etc, etc