I know that there is no implementation of File Save Dialog in JavaScript as of now, but it can be done with Flash. I am looking for a lib or source code in Flash that could do it for me so that I can call it via JavaScript. JavaScript knows the data and filename, I just want to open a file save dialog.
Also, would it be possible to save multiple files at once? The user may create a couple of files and save them, so, it would be nice if I need not open the dialog for each write. :)