TinyWebServer
TinyWebServer copied to clipboard
Folder support?
It seems tinywebserver doesn't offer support for files in folders. I'm trying to think of a good way to add this support in, but I've not really worked with the SD library and am unsure how to continue. Might anyone have a solution to get this in?
Yes, thanks for pointing it out. Feel free to modify get_file_from_path() in TinyWebServer.cpp to deal with directories, and send your code for review. Thanks!
On Fri, Feb 10, 2012 at 8:21 PM, Travis La Marr [email protected] wrote:
It seems tinywebserver doesn't offer support for files in folders. I'm trying to think of a good way to add this support in, but I've not really worked with the SD library and am unsure how to continue. Might anyone have a solution to get this in?
Reply to this email directly or view it on GitHub: https://github.com/ovidiucp/TinyWebServer/issues/11