sets the path to the server-side script
uploadUrl | string | path to the server-side script |
// on init stage
var myVault = new dhtmlXVault({
uploadUrl: "server/upload_handler.php"
});
// using method
myVault.setURL("server/upload_handler.php");
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.0
Back to top