This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC3200 FatFs File Browser Implementation (Webpage)

Hi

At the moment, I try to implement a file browser for my sd card on my webserver. I tried with jquery file tree, but I can't get it to work. Also I tried to implement one by myselfe but its very slow and need lot of resources because I post each folder name and filename like it's done in the demos. Currenty I have a www/filelist.txt file on the sflash which contains all files and folders on the sd card. And now, I want to display those in a file tree on my webpage.

Anybody did something like that before? 

Thanks a lot and best regards.