Hi all,I have a form, that uses a button to add attachment to form with
specific index. Now with reader 9 the functionality seems to be
awkward.Correct me if I am wrong, but If I use this code:var myDoc =
event.target;myDoc.importDataObject("test");a file should be added to
the PDF form with index test. Now if I call the code one more time, I
would expect the attachment to be replaced (worked with reader 8),
however with reader 9, two attachments are present and only one has the
"test" index.Any...