I have two inputs that are the same
<input type="file" size="30" name="upload_file" class="form-mobile-col-1">
They both allow the user to upload a file. One of the inputs is hidden and I need to copy the contents that are uploaded to the input displayed to the user over to the input that's hidden.
How can I do this using javascript/jquery?