Upgrade to v4

The WebDAV Ajax Library v4 is backward compatible with WebDAV Ajax Library v3 & v2. All code that you have created for previous version(s) will work with v4. 

Protocol application supplied with v4 can run side-by-side with protocol application supplied with previous version(s).

To upgrade to v4 follow these steps: 

  1. Replace your ITHitWebDAVClient.js. Do NOT use the the old ITHitWebDAVClient.js supplied with previous version. 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 a new client protocol application. A new protocol application can run side-by-side with previous protocol app version(s). 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.

Web Browser Extensions

The protocol application v4 is supplied with a Google Chrome and Safari web browser extensions that help detecting protocol application presence and improve several scenarios that did not work in v3. Web browser extensions are automatically installed with a protocol application. When opening Google Chrome first time after installation you will see a notification that a new extension was installed and a request to enable it. See more details in the Protocol Application Detection and Installation article.

Important! After installing web browser extensions you must reload a web page.

Next Article:

Upgrade to v3