Ability to Download Uploaded Files with New dhtmlxVault 2.4

We are happy to inform you that we released a new version of our JavaScript file uploader, dhtmlxVault 2.4.

Ability to download files

The most significant and demanded new feature in this version is the ability to download the files from Vault. You may check the demo here and the way to handle files downloading here.

vault-download-files

Usage of max file size

Starting from 2.4, you can set the max size of the file that can be uploaded. If the size of the file exceeds the specified one, Vault gives an error.

max-file-size

New readableSize method

This new method allows converting the file size into the readable format. E.g.:

console.dir([
    myVault.redableSize(1),
    myVault.redableSize(1234),
    myVault.redableSize(1234567),
    myVault.redableSize(1234567890),
]);
// output: 1 b, 1.21 Kb, 1.18 Mb, 1.15 Gb

Also dhtmlxVault 2.4 includes the following updates:

  • conf-request changed to GET by default and depends on dhx4.ajax.method
  • params in url fixed for SL mode

You may download the Standard Edition of the product here. If you’d like to try the PRO Edition, please fill out this form.

The PRO users with active support subscription will receive the updated version via email.

Feel free to leave your feedback and comments below.

Advance your web development with DHTMLX

Gantt chart
Event calendar
Diagram library
30+ other JS components