upload-ddr.swp
465 Bytes
<html>
<head>
<title>ReportingHub - Upload DDR</title>
<link href="lib/rh/rh.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>