Revision 2485
Added by berkley over 19 years ago
lib/style/skins/dev/upload.html | ||
---|---|---|
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> |
|
0 | 17 |
Also available in: Unified diff
added an upload form for binary files in the dev skin