Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
11 years, 10 months 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, 9 months 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. :)