osd-contiki/apps/webserver-nano/httpd-fs/makefsdata.ignore/upload.html

8 lines
196 B
HTML
Raw Permalink Normal View History

2011-07-24 18:04:41 +02:00
<html>
<body>
<form action="upload.html" enctype="multipart/form-data" method="post">
<input name="userfile" type="file" size="50" />
<input value="Upload" type="submit" />
</form>
</body>
</html>