I have been using various methods to display the directory structure of the 'download' folder of my website.
Displaying the tree on the client side used to be slow and laggy.
Couple of methods I tried:
Method 1: Use PHP to generate a <ul> and <li> based tree.
It used to work well until the file tree started to grow. The html...