I am having trouble serving more than the index file from SD card on a w5100
problem description: i trying serve index file (possessing outline of menu) , accompanying .css , .js file. when use webserver example serves index.htm off sd card behaves though bare index file itself. have shortened names 8.3 in case issue did not.
does know might missing?
here html menu
<!doctype html>
<html>
<head>
<title>test menu</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="mbc.css" type="text/css" />
</head>
<body>
<ul id="mbmcpebul_table" class="mbmcpebul_menulist css_menu" style="width: 91px; height: 35px;">
<li class="topitem"><a><div class="buttonimg buttonimg_35" style="width: 91px; background-image: url('mb_set_time.gif')">set time</div></a>
<ul>
<li><a title="">12/24 hour manual set</a></li>
<li><a title="">ntp time server</a></li>
<li><a title="">epoch time set</a></li>
</ul></li>
</ul>
<!-- menus work without javascript file. used extra
effects, improved usability , compatibility old web browsers. -->
<script type="text/javascript" src="mbj.js"></script>
</body>
</html>
does know might missing?
here html menu
<!doctype html>
<html>
<head>
<title>test menu</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="mbc.css" type="text/css" />
</head>
<body>
<ul id="mbmcpebul_table" class="mbmcpebul_menulist css_menu" style="width: 91px; height: 35px;">
<li class="topitem"><a><div class="buttonimg buttonimg_35" style="width: 91px; background-image: url('mb_set_time.gif')">set time</div></a>
<ul>
<li><a title="">12/24 hour manual set</a></li>
<li><a title="">ntp time server</a></li>
<li><a title="">epoch time set</a></li>
</ul></li>
</ul>
<!-- menus work without javascript file. used extra
effects, improved usability , compatibility old web browsers. -->
<script type="text/javascript" src="mbj.js"></script>
</body>
</html>
here link server code on playground. first example on page serves several file types sd card. take @ , may make sense required.
http://playground.arduino.cc/code/webserverst
the files must 8.3 format.
http://playground.arduino.cc/code/webserverst
the files must 8.3 format.
Arduino Forum > Using Arduino > Project Guidance > I am having trouble serving more than the index file from SD card on a w5100
arduino
Comments
Post a Comment