Hi everyone,
I am currently working on TIRTOS to set up httpServer and store server content on the SD card following Todd Mullanix's presentation (http://processors.wiki.ti.com/index.php/TI-RTOS_HTTP_Example).
I have my webpage which is converted into "default.h" file and is inculded in my project in the Project Explorer CCS. I can visit the webpage. In my case, I also have a ".txt" file stored in SD card which I would like to download by using "href". I am aware that this can be done by storing the ".html" file and ".txt" file both into the SD card (same directory) as described in Todd's presentation. Is there any solution to achieve this that the "default.h" file and ".txt" file are in different directories ?
Thanks in advance!
Bin