Hrishikesh - Friday, February 8, 2013 8:40 AM:
Hi All,
I want to download the files from Aras to Client Machine at given Path.
1st Step:
E.g.
I have a File 'ID', Form File ID i get the File Item.
From API 'checkout' i can download the Files at given path.
var _fileItm = inno.getItemById("File",File_id);
var result = _fileItm.checkout("c:\temp");
For above code, If File exists in the Vault then File download at given path.
Else it will through error.
Now if File does not exists in Vault then it should handle the error and rest
of the files id should download.
2nd Step:
without using Aras API 'checkout' how the files are download from Aras innovator
to Client Machine at given path.
I have the File 'Id'.
Please guide me for the above task.
Thanks
Hrishikesh