mirror of
https://gitea.augustin64.fr/piair/MsRewards-Reborn.git
synced 2025-06-14 06:34:45 +02:00
on fait des tests écoute
This commit is contained in:
@ -79,8 +79,7 @@
|
||||
|
||||
<form method="POST" action="/upload_file/" enctype=multipart/form-data>
|
||||
<table>
|
||||
<tr ><td><input type="file" id="file1" name="file1" onchange='document.getElementById("2").style.visibility = "visible";'></td></tr>
|
||||
<tr id="2" style="visibility: hidden;"><td><input type="file" id="file2" name="file2" ></td></tr>
|
||||
<tr ><td><input type="file" id="file1" name="file1" onchange='table.insertRow(0).insertCell(0).innerHTML = "NEW CELL1"'></td></tr>
|
||||
<tr><td><input type="submit" name="settings" id="submit" value="send file" class="button"/></td></tr>
|
||||
</table>
|
||||
|
||||
|
Reference in New Issue
Block a user