Some time ago I blogged about my intentions of uploading files to a SharePoint Document Library site from a local folder using some kind of Web service. After doing some research and some tests, I found a very easy way to do that and now I want to share with you the approach I followed since you might find it useful as well.
Prerequisites
To build this solution, you need to install Office SharePoint Portal Server 2003 and follow the next steps:
To install the Web service:
To consume the Web Service:
I can tell you it works, just keep in mind the download is a code sample.
Enjoy!
-Erika