a*
This commit is contained in:
parent
18cc9f902c
commit
b80d82d112
@ -82,7 +82,7 @@
|
|||||||
document.getElementById("table").insertRow(lplus).insertCell(0).innerHTML = '<input type="file" id="file' + lplus + '" name="file' + lplus + '" onchange="addline(' + lplus + ')">'
|
document.getElementById("table").insertRow(lplus).insertCell(0).innerHTML = '<input type="file" id="file' + lplus + '" name="file' + lplus + '" onchange="addline(' + lplus + ')">'
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
<br>
|
||||||
<form method="POST" action="/upload_file/" enctype=multipart/form-data>
|
<form method="POST" action="/upload_file/" enctype=multipart/form-data>
|
||||||
<table id="table">
|
<table id="table">
|
||||||
<tr><td><input type="file" id="file1" name="file1" onchange='addline(0)'></td></tr>
|
<tr><td><input type="file" id="file1" name="file1" onchange='addline(0)'></td></tr>
|
||||||
|
Loading…
Reference in New Issue
Block a user