metacat/lib/style/skins/dev/upload.html @ 2518
1 |
<html>
|
---|---|
2 |
<head>
|
3 |
<title>MetaCat</title> |
4 |
<link rel="stylesheet" type="text/css" href="@html-path@/style/rowcol.css"> |
5 |
</head>
|
6 |
<body>
|
7 |
<form action="@servlet-path@" |
8 |
enctype="multipart/form-data" |
9 |
method="post"> |
10 |
<input type="hidden" name="action" value="upload"> |
11 |
docid <input type="text" name="docid"><br> |
12 |
What files are you sending? <input type="file" name="datafile"><br> |
13 |
<input type="submit" value="Send"> <input type="reset"> |
14 |
</form>
|
15 |
</body>
|
16 |
</html>
|