remove click files and submit php
<form action="" method="post" enctype="multipart/form-data">
<div id="drop-zone">
<p>Drop files here...</p>
<div id="clickHere">or click here.. <i class="fa fa-upload"></i>
<input type="file" name="file[]" id="file" multiple />
</div>
<div id='filename'></div>
</div>
<input type="submit" value="GO">
</form>
*sql_insert.php : print_r($_FILES);
When I click the button removes any file
This is what I want: After clicking the button remove Click the send
button only send files other than the removed files
does not work