- From: Bronislav Klučka <Bronislav.Klucka@bauglir.com>
- Date: Mon, 19 Dec 2011 23:06:34 +0100
On 19.12.2011 17:05, Glenn Maynard wrote: > 2011/12/19 Bronislav Klu?ka<Bronislav.Klucka at bauglir.com>: >> I agree, additional API for this would be better >> FileSaver is not exactly all you would need, because FileSaver is already >> implemented e.g. in Chrome >> to save file to browser file system (requestFileSystem). > requestFileSystem is not FileSaver. > hi, I know, that was not what I was saying, it's an API to store data in File. The point is, that you can get File from FileSystem API as well, FileSaver API is already implemented and that did not solve anything. FileSaver API is insufficient to solve this issue, what we need is file entry that actually represent exactly that file on user's disk, not in some pseudo file system. B.
Received on Monday, 19 December 2011 14:06:34 UTC