View Single Post
  #2 (permalink)  
Old 09-27-06, 06:36 AM
zoliky's Avatar
zoliky zoliky is offline
Aspiring Coder
 
Join Date: Jun 2006
Posts: 537
Thanks: 0
Thanked 0 Times in 0 Posts
I explain exactly what I need.

I need to put this values:

Code:
<input type="file" name="userFile[]" size="20">
<input type="file" name="userFile[]" size="20">
to:

Code:
self.opener.document.foo.attach1.value = Value from first "file" field;
self.opener.document.foo.attach2.value = Value from second "file" field;
Reply With Quote