11 years, 1 month ago.

http server does not show html documents

Hi I have a small problem I have tried out some example code and want to show a html document which is laying on my mbed drive. But the server only says that there is no file. What makes me wonder is the fact that displaying txt files is no problem at all. Please tell me what Im doing wrong.

Here is my program: http://mbed.org/users/gangben/code/HTTPServerTest/

Ben

1 Answer

10 years ago.

In my opinion, we only show files which was created by mbed. File in your LocalFileSystem is "webfs" so although u cop a html file to ur mbed. but can't show it on browser. :)