Things missing from Arun&#39;s File proposal as is, off the top of my head:<div><br></div><div>a) a directory structure (someone would have to build one on top of it... not critical, but not ideal)</div><div>b) Ability to store it not in localStorage in some hidden directory, but on the part of the filesystem the user is familiar with (e.g. if I edit a picture, I don&#39;t want to store it in localStorage tucked away under &quot;local settings\user data\...&quot;, I want to save it in /home/ifette/photos/blah.jpg). Don&#39;t make the browser a silo.</div>
<div>c) ability to map in a directory and make sense of that. I want Picasa / Flickr / Facebook to be able to see &quot;oh look, there&#39;s a new file in /home/ifette/photos/ - let&#39;s act on that.&quot;)</div><div>d) Ability to read/update parts of the file. Could be used similar to blob builder for building up a form post that I then send off. Or could be used to manage an offline mail database, assuming I don&#39;t want to shove my mail into a sqlite database. For this it&#39;s desirable that I be able to efficiently fseek(), fread(), and fwrite() segments of the file.</div>
<div><br></div><div><br></div><div><br></div><div><br></div><div><br><div class="gmail_quote">2009/8/27 Jonas Sicking <span dir="ltr">&lt;jonas@sicking.cc&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
2009/8/27 Ian Fette (イアンフェッティ) &lt;<a href="mailto:ifette@google.com">ifette@google.com</a>&gt;:<br>
<div class="im">&gt; I would much rather have a well thought-out local filesystem proposal, than<br>
&gt; continued creep of the existing File and Local Storage proposal. These<br>
&gt; proposals are both designed from the perspective of &quot;I want to take some<br>
&gt; existing data and either put it into the cloud or make it available<br>
&gt; offline&quot;. They don&#39;t really handle the use case of &quot;I want to create new<br>
&gt; data and save it to the local filesystem&quot;, or &quot;I want to modify existing<br>
&gt; data on the filesystem&quot;, or &quot;I want to maintain a virtual filesystem for my<br>
&gt; application, and potentially map in the existing filesystem&quot; (e.g. if I&#39;m<br>
&gt; flickr and I want to be able to read the user&#39;s &quot;My Photos&quot; folder, send<br>
&gt; those up, but also make thumbnails that I want to save locally and don&#39;t<br>
&gt; care if they get uploaded, maintain an index file with image metadata /<br>
&gt; thumbnails / ... locally, save off some intermediate files, ...<br>
&gt; For this, I would really like to see us take another look<br>
&gt; at <a href="http://dev.w3.org/2006/webapi/fileio/fileIO.htm" target="_blank">http://dev.w3.org/2006/webapi/fileio/fileIO.htm</a> (I don&#39;t think this spec<br>
&gt; is exactly what we need, but I like the general approach of &quot;origins get a<br>
&gt; virtual filesystem tucked away that they can use, they can<br>
&gt; fread/fwrite/fseek, and optionally if they want to interact with the host FS<br>
&gt; they can request that and then get some sub-set of that (e.g. &quot;my documents&quot;<br>
&gt; or &quot;my photos&quot;) mapped in.<br>
&gt; -Ian<br>
<br>
</div>If we added the ability to create File objects, which could then be<br>
stored in localStorage (and WebSQL or whatever will replace it), then<br>
wouldn&#39;t we basically have the functionality you seek?<br>
<br>
What&#39;s the difference between sticking a File in the &quot;foo/bar/bin&quot;<br>
property on the localStorage object, vs. sicking a File object in the<br>
&quot;foo/bar/bin&quot; directory in some FileSystem object?<br>
<br>
Note that the latest HTML5 drafts allow for storing File objects in<br>
localStorage.<br>
<font color="#888888"><br>
/ Jonas<br>
</font></blockquote></div><br></div>