webserver app for RAVEN platform

This commit is contained in:
julienabeille 2008-10-14 10:14:13 +00:00
parent 9b2961046a
commit 47a46ded91
30 changed files with 2998 additions and 0 deletions

View file

@ -0,0 +1,8 @@
<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>