I have a plan to make a simple notepad like web application.(I know this as been done many times but I need the practise)
I am in the design process and I want to make it Gears compatible but I have one major thing that I think will cause problems and that is saving the file, basically prompting the user to download a txt or whatever file of their textarea? I see no way of doing this just with javascript, It would be simple to use ajax or something to send it to the server and the server replying offering a download(but this obviously won't work if the user is offline.), but I am wondering if I could somehow do this with Gears and the local server module? Any suggestion welcome thanks.
