close to work
This commit is contained in:
parent
7b4250d444
commit
16f907d0db
@ -76,13 +76,15 @@
|
|||||||
</form>
|
</form>
|
||||||
<form method="POST" action="/upload_file/" enctype=multipart/form-data>
|
<form method="POST" action="/upload_file/" enctype=multipart/form-data>
|
||||||
<table>
|
<table>
|
||||||
<tr><input type="file" id="file1" name="file1" onchange="console.log('test')"></tr>
|
<tr ><td><input type="file" id="file1" name="file1" onchange="console.log('test')"></td></tr>
|
||||||
<tr><input type="file" id="file2" name="file2"></tr>
|
<tr style="visibility: hidden;"><td><input type="file" id="file2" name="file2" ></td></tr>
|
||||||
<tr><input type="submit" name="settings" id="submit" value="send file" class="button"/></tr>
|
<tr><td><input type="submit" name="settings" id="submit" value="send file" class="button"/></td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
|
<script>
|
||||||
|
//document.getElementById("delete").style.visibility = "hidden";
|
||||||
|
</script>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{%endblock %}
|
{%endblock %}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user