Re: Simple API proposal for writing file in local file system

2013-10-21 Thread Jeremie Patonnier
Hi! 2013/10/19 Jonas Sicking jo...@sicking.cc On Fri, Oct 18, 2013 at 11:11 AM, Jeremie Patonnier jeremie.patonn...@gmail.com wrote: My proposal does not suggest to do something different than what is currently possible (except the silent saving). Just to ease the life of Web dev

Simple API proposal for writing file in local file system

2013-10-18 Thread Jeremie Patonnier
Hello! As a Web developer, I recently dig into the proposed FileSystem API [1] which cover many use cases except one: How a user can actually allows a web application to really write something in the user local file system (even if it's slow). On the other hand, the File API: Writer [2] cover

Re: Simple API proposal for writing file in local file system

2013-10-18 Thread Jeremie Patonnier
to silently save a file granted by the user to be savable sucks. I don't try to solve more than this. It's just common issues for web dev like me and that will make my life easier if it would be possible do this simply, efficiently and in a secure way. Best, Jérémie On 2013-10-18 8:07 AM, Jeremie