workign on the yamls
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
</div>
|
||||
<!-- <div> -->
|
||||
|
||||
<form action="/upload" method="post" enctype="multipart/form-data">
|
||||
<form action="/upload" method="post" enctype="multipart/form-data" onsubmit="">
|
||||
<input type="text" name="filename" placeholder="Selected file" readonly>
|
||||
<input type="file" name="file" id="file" onchange="document.forms[0].filename.value = this.files[0].name">
|
||||
<button class="btn" type="submit">Upload</button>
|
||||
|
Reference in New Issue
Block a user