Solapur_12-12
This commit is contained in:
12
templates/upload_excel.html
Normal file
12
templates/upload_excel.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user