Hi all,
var file = plugins.file.showFileSaveDialog("Untitled.png");
When, I am executing the code in the Application Server running in Windows, It is working Okay. It shows a File Save dialog with a file suggestion of “Untitled.png”.
But, When I am executing the code in the Application Server running in Mac OSX, It is showing a File Save dialog but with no file suggestion. But, I have specified the File/Dir suggestion to the howFileSaveDialog() method
Is there any issues at my part?