I am looking for a way to save a couple of files created with JavaScript on the clients computer. I want him to be able to choose a folder (similar to open/save folder dialog), and then write the files there. This obviously requires three things:
- Ability to popup such a dialog.
- Ability to write on the client's computer (signed applets?)
- Some way to interact with JavaScript because it knows the filenames and contents to write.
Is this possible or should I just stop dreaming?