upload-ddr.swp 485 Bytes
<html>
	<head>
		<title>ReportingHub - Upload DDR</title>
		<link href="lib/reportinghub/reportinghub.css" rel="stylesheet" type="text/css" />
	</head>
	<body>
	
		<rhswp:Header />
	
		<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>
	</body>
</html>