I want to add input file dynamically with an image from another input either js or jquery
I have two input type fields
<input type="file" name="f1" />
<input type="file" name="f2[]" />
When we upload a multiple files in f2[]
I need some specific file in f1
file control
can anyone help me please. Thanks in advance.