Solapur_12-12

This commit is contained in:
Swapnil9693
2025-12-12 15:25:31 +05:30
commit 1e987a110c
2 changed files with 222 additions and 0 deletions

View 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>