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