Archived Forum Post

Index of archived forum posts

Question:

Upload file to WEBDAV Server

Nov 23 '12 at 07:27

Hello. It's possible with chilkat activex upload file to WEB DAV server?


Answer

You could probably use the Chilkat HTTP ActiveX to do it. This example shows how the HttpVerb property can be set to a WebDAV verb to construct and send a WebDAV message. I don't know the specifics for the HTTP request required to upload a file to WebDAV, but if you do, then you should be able to construct the proper HTTP request that uploads the file.

Here's the VB6 example: http://www.example-code.com/vb/http_webdav_propfind.asp