directory structure - Java : Display list of directories and files on the server through a web page -


i want implement follows:

the user uploads different types of files on server. requirement display list of files , directories on server using web page.

is possible display list of files / directories on server using web page.

if yes, client side script or server side script.

any sample code link, if possible, great help.

thanks.

  1. web page can display everything
  2. if wish create list of file on server need server side code
  3. you should write recursive method traverses on tree of directories , files using java.io.file api.

examples:

http://www.javapractices.com/topic/topicaction.do?id=68

recursively list files in java

etc, etc


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -