sets the url to the server for downloading files
url | string | the url to the server |
//{serverName} will be replaced by serverName attr returned by server on file upload
myVault.setDownloadURL("../server/download.php?fileName={serverName}");
This API page is for Vault v2.5. Please go to docs.dhtmlx.com/vault/ to see API reference for the current version of dhtmlxVault.
added in version 2.4
Back to top