Skip to content

Instantly share code, notes, and snippets.

@AngelaIp
Created March 14, 2019 15:49
Show Gist options
  • Save AngelaIp/23ef3805e8c9dadfb60f2aadb2bb5ce1 to your computer and use it in GitHub Desktop.
Save AngelaIp/23ef3805e8c9dadfb60f2aadb2bb5ce1 to your computer and use it in GitHub Desktop.
Download file to local host in Arsa
// Download file to local host
var check = aras.downloadFile(fileItem, newFileName);
if (check === true)
{
aras.AlertSuccess("Download successful");
}
else
{
aras.AlertSuccess("Download failed");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment