Hi i have a requirement like follows i have a file element in one form this form contains many other fields also so i cannot submit it but after the file has chosen i need to upload that so i created the second form with iframe. I am not able to copy the file element from one form to another especially in ie i tried with cloneNode and appendChild both are not working any suggestions. i am really stuck.
<form name ="form1">
<input type="file"/>
</form>
<form name="form2">
<form>