Hello,
I'm using the Sharepoint Multiple document Event with MOSS and I don't find some help with this event. My process works well but there are no files upload on the moss library. With the single document event, it's work find.
I have an aspx form using K2ROM. My files are first upload on a local directory, then I call the Event with "XML documents that contains attachments' option. I don't understand how its works, because my XML files is well filled :
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<document FileName="NTUser.DAT.LOG" FolderName="D:inetpubk2rootSANOFI_ESMERALDATemp" />
<document FileName="Sti_Trace.log" FolderName="D:inetpubk2rootSANOFI_ESMERALDATemp" />
</xs:schema>
I need some help.
Thx
Aude