webserver app for RAVEN platform
This commit is contained in:
parent
9b2961046a
commit
47a46ded91
30 changed files with 2998 additions and 0 deletions
8
apps/raven-webserver/httpd-fs/upload.html
Normal file
8
apps/raven-webserver/httpd-fs/upload.html
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue