WebDAVTools
It is possible to save documents to a server with WebDAV support. When using the WebDAV, you have to make sure that the web application has the right to access the files on your server. You also have to check that it is possible to set a cookie on the clients browser.
WebDAVTools is a global object in the Xopus JavaScript API.
Related links
-
See Wikipedia - WebDAV for more information about setting up your own WebDAV server and extra possibilities.
- Documentation
- › API
- › Global objects API
- › WebDAVTools
WebDAVTools object
methods
WebDAVTools.getXML( uri: URL): ObjectWebDAVTools.putXML( uri: String, doc: XMLDocument, encoding: String[, keeplock: Boolean]): ObjectWebDAVTools.releaseLock( xmlURL: URL): Object
History
| version | event |
|---|---|
| Xopus 3.1.5 | Introduction. |