I have an html form with a file upload field - <input id="File1" type="file"....
and a text field - <input id="Text1" type="text".....
When a user browses for a file to upload I need to have the value be copied into the text field.
Is there a way I can do this with an onchange event using javascript or vb script?
Thanks.
Start Free Trial