target
sets an URL to the server-side script that will process file upload
target?: string;
Example
const vault = new dhx.Vault("vault_container", {
uploader:{
target:"/upload"
}
});
sets an URL to the server-side script that will process file upload
Example
const vault = new dhx.Vault("vault_container", {
uploader:{
target:"/upload"
}
});