Hi,I am designing a Form using LiveCycle Designer 8.0Scenario:User can
attach the file through "Attachments" facility provided on Adobe
Reader.The requirement is to attach 3 documents and post it to SAP
system using Web services.I am using the following code(which i got from
this forum only) to find the number of files user has attached.d =
event.target.dataObjects;n = d.length;xfa.host.messageBox("Number of
Attachments: "+n); //Displaying the names of the Attached filesfor( i =
0; i < n; i++ ){...