I have a SharePoint Document Library and inside that document
library I have folders - "TestFolder".
I created the "TestFolder" using UpdateListItems and the
corresponding caml for that.
I want to add a *.txt or *.doc file from my hard drive
(c:\temp\test.txt) or a byte[] to the "Test Folder", but have not
figured out the caml to do this. The documentation for
UpdateListItems says I can "add" items to the list ... and I did add
the folder.
I have also tried the Lists AddAttachment call, but could not get
this to work either.
Does anyone know the correct caml to use for UpdateListItems in this
situation or know how to get AddAttachment to work?