upload-ddr.swp 552 Bytes
<html>
	<head>
		<title>ReportingHub - Upload DDR</title>
		<link href="lib/rh/rh.css" rel="stylesheet" type="text/css" />
	</head>
	<body>
		<div id="wrapper">
		
			<rhswp:Header />
		
			<div id="content">
				<h3>Upload a Daily Drilling Report</h3>
				<p>
					Please select a DDR XML file:
				</p>
				<form action="ddrFileUpload" enctype="multipart/form-data" method="post">
					<div>
						<input name="file" type="file" />
					</div>
					<br />
					<input type="submit" value="Upload" />			
				</form>
			</div>
		</div>
	</body>
</html>