Update static/index.html
Browse files- static/index.html +1 -0
static/index.html
CHANGED
@@ -25,6 +25,7 @@
|
|
25 |
<form id="fileUploadForm">
|
26 |
<label class="form-label" for="customFile">Default file input example</label>
|
27 |
<input type="file" class="form-control" name="fileUpload" id="fileUpload" />
|
|
|
28 |
</form>
|
29 |
</div>
|
30 |
|
|
|
25 |
<form id="fileUploadForm">
|
26 |
<label class="form-label" for="customFile">Default file input example</label>
|
27 |
<input type="file" class="form-control" name="fileUpload" id="fileUpload" />
|
28 |
+
<button class="btn btn-primary" type="submit">Submit</button>
|
29 |
</form>
|
30 |
</div>
|
31 |
|