Is there any way to duplicate the file input value? in this case, if i have including a file in fileA input, the value of fileB is following fileA values, is there anybody know how to do this?
<input type="file" name="fileA" />
<input type="file" name="fileB" style="display:none;" />