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 by

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 Ehsan Akhgari
Hi Jeremie, Have you seen this proposal? http://lists.w3.org/Archives/Public/public-script-coord/2013JulSep/0379.html It's not clear to me if your proposal here is trying to solve problems that the above proposal doesn't already solve... Cheers, Ehsan On 2013-10-18 8:07 AM, Jeremie

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

2013-10-18 Thread Jeremie Patonnier
Hi! 2013/10/18 Ehsan Akhgari ehsan.akhg...@gmail.com Hi Jeremie, Have you seen this proposal? http://lists.w3.org/Archives/** Public/public-script-coord/**2013JulSep/0379.htmlhttp://lists.w3.org/Archives/Public/public-script-coord/2013JulSep/0379.html It's not clear to me if your proposal

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

2013-10-18 Thread Charles Pritchard
On 10/18/2013 11:11 AM, Jeremie Patonnier wrote: 2013/10/18 Ehsan Akhgari ehsan.akhg...@gmail.com mailto:ehsan.akhg...@gmail.com Have you seen this proposal? http://lists.w3.org/Archives/Public/public-script-coord/2013JulSep/0379.html It's not clear to me if your proposal here

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

2013-10-18 Thread Jonas Sicking
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 by avoiding them to work around their usual problem: -