|
@@ -20,10 +20,12 @@
|
|
|
<form action="/submit.php" method="post" enctype="multipart/form-data" onsubmit="loading()">
|
|
<form action="/submit.php" method="post" enctype="multipart/form-data" onsubmit="loading()">
|
|
|
<input type="hidden" name="from" value="compte-upload">
|
|
<input type="hidden" name="from" value="compte-upload">
|
|
|
<input type="hidden" name="add" value="<?php echo core::getGet("add") ?>">
|
|
<input type="hidden" name="add" value="<?php echo core::getGet("add") ?>">
|
|
|
|
|
+ <input type="hidden" name="compte" value="<?php echo $banque["compte"] ?>">
|
|
|
|
|
+
|
|
|
<div class="file-drop-area">
|
|
<div class="file-drop-area">
|
|
|
<span class="choose-file-button">Choisissez votre fichier CSV</span>
|
|
<span class="choose-file-button">Choisissez votre fichier CSV</span>
|
|
|
<span class="file-message">ou déposez le dans cette zone</span>
|
|
<span class="file-message">ou déposez le dans cette zone</span>
|
|
|
- <input id="compte-upload" class="import-excel" name="compte-upload" type="file" onchange="dargAndDrop()" accept=".csv">
|
|
|
|
|
|
|
+ <input id="compte-upload" class="import-excel" name="compte-upload" type="file" onchange="dargAndDrop()" accept=".csv" required>
|
|
|
</div>
|
|
</div>
|
|
|
<br />
|
|
<br />
|
|
|
<?php button::confirm(
|
|
<?php button::confirm(
|