nes-proj/apps/webserver/httpd-fs/upload.html

8 lines
196 B
HTML

<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>