Which web service is suitable for uploading files with metadata.
Posted
by Royson
on Stack Overflow
See other posts from Stack Overflow
or by Royson
Published on 2010-05-20T12:56:30Z
Indexed on
2010/05/20
13:00 UTC
Read the original article
Hit count: 274
I want to upload files using webservices to sharepoint 2007.
I am able upload using webClient.UploadData(..... method.
But for some files it shows me an error like for cookies type file.
So which webservice is best for uploading files with metadata.
Copy or webClient.UploadData..
Thanks.
© Stack Overflow or respective owner