Upgrade to v3

The WebDAV Ajax Library v3 is backward compatible with WebDAV Ajax Library v2. All code that you have created to run v2 will work with v3. 

Also note that protocol application supplied with v2 can run side-by-side with protocol application supplied with v3.

To upgrade to v3 follow these steps: 

  1. Replace your ITHitWebDAVClient.js. Do NOT use the the old ITHitWebDAVClient.js supplied with v2 with the v3. The protocol application parameters has changed, so the new JS file should be used. Also do NOT reference the ITHitWebDAVClient.js from our demo sites (ajaxbrowser.com or webdavserver.com), these websites always host the latest version, which may be different from the protocol application version that you are using.
  2. Replace the protocol application install packages at your download locations. Do NOT reference the protocol application install packages from our demo sites (ajaxbrowser.com or webdavserver.com), these websites always host the latest version, which may be different from the protocol application that you are using.
  3. Install the new client protocol application v3. The new v3 protocol application can run side-by-side with v2 protocol app. If you do not install it, the JavaScript code will automatically detect that installation is required in most cases and will redirect user to protocol application installation.

See Also: 

Next Article:

Upgrade to v2