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="52428800">
<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>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 |
ViewCVS and CVS Help |