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
Syntaxfunction 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