TinyWebServer icon indicating copy to clipboard operation
TinyWebServer copied to clipboard

Folder support?

Open exiva opened this issue 13 years ago • 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?

exiva avatar Feb 11 '12 04:02 exiva

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

ovidiucp avatar Feb 11 '12 07:02 ovidiucp