Click or drag to resize

VaultdownloadFile Method

Download file from fileUrl to working directory with specified credentials and post data. To use this method call [M:SetLocalFileName].

Namespace:  Aras.Client.Controls.Public
Syntax
JavaScript
function downloadFile(strUrl);

Parameters

strUrl
Type: string
Url to download file from.

Return Value

Type: [T:(Any)]
bool, true if file downloaded successfully, false otherwise.
See Also