I need to allow users of my web application to save files on the local file system after working with the editor implemented using javascript (to work in the browser) I heard about the FileWriter API in HTML5, but I'm not sure if it is supported in any version of Firefox, in particular FireFox 5.
Does anyone have alternatives besides server-side processing so that users can save files to their local file system (of course, with user permission) in FireFox. When I read, Google Chrome supports the FileWriter API, although I have not been able to run it yet.
source share