ovidiucp/TinyWebServer

Folder support?

Opened this issue · 1 comments

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
reply@reply.github.com
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:
#11