Menu

Save File Dialog

miller9904

Save File Dialog

This function has not yet been implemented. Do not use it for building apps.

The Save File Dialog is a small file browser with which users can select files from the server to save to. It accepts one argument. It has a counterpart in the open file dialog.

var path = App.selectFileForSave();
path.then(function(file) {
    App.saveFile(file, contents);
});

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.