Which web service is suitable for uploading files with metadata.
- by Royson
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.