- From: Julian Reschke <julian.reschke@gmx.de>
- Date: Mon, 11 Jul 2005 09:03:37 +0200
- To: yogio <yogvinder@newgen.co.in>
- CC: Webdav WG <w3c-dist-auth@w3c.org>
yogio wrote: > thanks for the reply.... > instead can you tell me where from i can start reading about webdav and its > integration with an application. i need to use webdav with my application to > upload download files(any type). > regards, > yogi Well, you'll probably need to understand parts of RFC2616 (HTTP and RFC2518 (WebDAV). To use that in your application, you'll need at least an HTTP library, optimally with some specific WebDAV support. Which one depends on what platform you're on (check out the XmlHttpRequest object in MSXML for Microsoft platforms, the neon C-library for open source, and possibly the Apache Slide client libraries for Java). Best regards, Julian
Received on Monday, 11 July 2005 07:03:49 UTC