I have a file input like
<input type="file" value="" name="upload[]" multiple>
Example: When i select 3 file from my computer. Is there a way to remove a special file of 3 file by click a button without browse again? IS that possible?
to
Edit
Here is my code