[cvs] / gkbweb / htdocs / build / upload.html  

cvs: gkbweb/htdocs/build/upload.html

File: [cvs] / gkbweb / htdocs / build / upload.html (download) (as text)
Revision: 1.1, Sat Aug 14 06:09:38 2004 UTC (8 years, 9 months ago) by tmcnulty
Branch: MAIN
CVS Tags: HEAD
fixes for source uploading

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
        "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
<html>
<head>
	<title>File Upload Form</title>
	<meta name="generator" content="BBEdit 6.5.3">
</head>
<body>
<form action="manager.php" method="post" enctype="multipart/form-data">
<input type="hidden" name="cmd" value="upload">
<input type="hidden" name="MAX_FILE_SIZE" value="15728640">
<table>
	<tr>
		<td>Host:</td>
		<td><input type="text" name="host"></td>
	</tr>
	<tr>
		<td>Password:</td>
		<td><input type="password" name="pass"></td>
	</tr>
	<tr>
		<td>Type:</td>
		<td><input type="text" name="type"></td>
	</tr>
	<tr>
		<td>Tree:</td>
		<td><input type="text" name="tree"></td>
	</tr>
	<tr>
		<td>Build:</td>
		<td><input type="text" name="build"></td>
	</tr>
	<tr>
		<td>Version:</td>
		<td><input type="text" name="version"></td>
	</tr>
	<tr>
		<td>File:</td>
		<td><input type="file" name="file"></td>
	</tr>
</table>
<input type="submit" name="cmd" value="upload">
</form>
</body>
</html>

Tobias McNulty

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help