I need to save the flexmonster report on a pre-defined file location on client, how can I do that ? Even if I get to know the file location where it is saved by default, would be enough.
Hello, Ganesh,
Flexmonster does not provide an option to save a report to the pre-defined file location on the client machine. Our component saves files to the location specified in the client browser.
Please let me know if you have other questions.
Regards,
Tanya
Hi Tanya, is there any workaround to do so ?
Hello Gadesh,
We have to inform you that the JavaScript does not have the direct access to the client's memory. If it had it would be a huge security issue. Please try to find some workaround using server-side technologies. You can save the report to the server and then move it further. Here is the example of how to save the report to the server - https://www.flexmonster.com/api/save/.
Maybe it will lead you to the solution.
Regards,
Dmytro.