1 |
2485
|
berkley
|
<html>
|
2 |
|
|
<head>
|
3 |
|
|
<title>MetaCat</title>
|
4 |
3717
|
barteau
|
<link rel="stylesheet" type="text/css" href="./rowcol.css">
|
5 |
2485
|
berkley
|
</head>
|
6 |
|
|
<body>
|
7 |
3717
|
barteau
|
<form action="../../../metacat"
|
8 |
2485
|
berkley
|
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>
|