File dialog in perspective

Hello
I need to give the user a choice of folder path and file name to save this file in CSV format.
How to do it in Perspective?

Perspective can’t do this, since it runs in a browser. system.net.download() will trigger the browser’s download operations, but there’s no way to direct the download to any particular client location. This is a browser limitation, not something Perspective can affect.

1 Like

I use system.perspective.download(filename, data, [contentType, sessionId, pageId])

and set all the browsers in my plant like so …

Which sucked…