Hi!
I'm working at developing a program who can use Sharepoints webservices to upload a file to a documentfolder at a Sharepoint site.
The Sharepoint Webservices:
So far I have figured out to upload a picture to a picture library, using the Upload method of the Imaging webservice.
And I have figured out how to add a file to a list item, using the AddAttachment method of the Lists webservice.
... But ... What I want is to upload a file to a document library.
Do anyone have a good clue to how I do this?
---
I've tried to search the net for any hint, but I usually end up at the same page:
But that's useless, because I'm not intending to write a custom web service. - Just only use those who allready exists!
I'm working at developing a program who can use Sharepoints webservices to upload a file to a documentfolder at a Sharepoint site.
The Sharepoint Webservices:
So far I have figured out to upload a picture to a picture library, using the Upload method of the Imaging webservice.
And I have figured out how to add a file to a list item, using the AddAttachment method of the Lists webservice.
... But ... What I want is to upload a file to a document library.
Do anyone have a good clue to how I do this?
---
I've tried to search the net for any hint, but I usually end up at the same page:
But that's useless, because I'm not intending to write a custom web service. - Just only use those who allready exists!