Hi All, I want to save an excel report in a file local to system(say c:\myfile) using an LS agent.
I am using the following code:
Sets the download to use Excel
Print |Content-Type:application/vnd.ms-excel|
'Triggers the save/open prompt instead of embedding the spreadsheet in the browser
Print |Content-Disposition:Attachment; filename="WeeklyTS by Name.xls"|
This works fine, however the problem is that i dont want the prompt to come up and ask me for saving the file rather it should automatically save the file locallyor at the defined location.
Thanks in advance.