Reputation: 6556
CAn anyone tell me is it is possible to display the files in computer using a tree view in php? It should be fast enough to display either in jQuery or anyother method that gives speed.
Upvotes: 0
Views: 329
Reputation: 103
You could sort them by type (category/file) by looping them in a format that works with a CSS:ed threaded view, e.g.: http://cssglobe.com/post.asp?id=903
Upvotes: 1