13 lines
271 B
HTML
13 lines
271 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html>
|
||
|
|
<body>
|
||
|
|
<h2>Upload Manhole Excel</h2>
|
||
|
|
|
||
|
|
<form action="/upload_excel" method="POST" enctype="multipart/form-data">
|
||
|
|
<input type="file" name="file" required>
|
||
|
|
<button type="submit">Upload</button>
|
||
|
|
</form>
|
||
|
|
|
||
|
|
</body>
|
||
|
|
</html>
|