Hello all,
I'm wondering how to download a .xlsx file from Web Client to a specific local filepath ?
Please note that I’m using Web Client(BC14).
Example
ServerFile = ‘C:\ServerTempFolder\test.xlsx’
LocalClientFile = ‘C:\ClientTempFolder\test.xlsx’ //<--- i wont to download the ServerFile here (just an example)
How can I download that server file, back to my local computer without any dialogs ?
Any idea ?
0
Answers
*Update I'm using the DownloadHandler function from File Manager, but it's with dialog box. MagicPath doesn't help