Save .JSON file from HTML Panel Extension
I'm developing an extension that creates a range of data as a javascript object. I'd like to allow the user to click a "save" button, navigate to a directory (optional), and save the json file created in the HTML session. I tried a download link (similar to what I'd do on a web page), but that doesn't save out the file. Is there an efficient way for a user to save out txt,json, or xml data from an HTML Panel?