I believe it's a security feature.<div><br></div><div>Imagine that you download foo.html into your C:/ - according to the logic below, script running in foo.html should be able to read *any file on your C:/ drive*. That seems scary to me.</div>
<div><br></div><div>FWIW, chrome allows passing the --allow-file-access-from-files command line flag to make it easier for developers to work locally without running an HTTP server.</div><div><br></div><div>-atw<br><br><div class="gmail_quote">
On Sat, Oct 16, 2010 at 8:19 AM, Samuel Ytterbrink <span dir="ltr"><<a href="mailto:samuel@ytterbrink.nu">samuel@ytterbrink.nu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Good news. :D<div><br></div><div>But then i got another problem, why is not "file:///some_directory_where_the_html_are/" not the same domain as "file:///some_directory_where_the_html_are/child_directory_with_ajax_stuff/". I understand if it was not okay to go closer to root when ajax, "file:///where_all_secrete_stuff_are/" or "/../../".</div>

<div><br></div><div>You see i wonder why i need a web-server to try some things. And I'm sure that there are more developers than me that thinks that local single page Ajaxs applications have a  future. One thing that could probably solve this is if the File API will support folders. Then the user could select the files for the program...</div>

<div><div><br></div><div>/Samuel Ytterbrink</div><div><br><div class="gmail_quote">2010/10/16 Simon Pieters <span dir="ltr"><<a href="mailto:simonp@opera.com" target="_blank">simonp@opera.com</a>></span><div><div></div>
<div class="h5"><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>On Sat, 16 Oct 2010 03:12:38 +0200, Jonas Sicking <jonas@sicking.cc> wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Allowing both blob URLs and data URLs for workers sounds like a great idea.<br>
</blockquote>
<br></div>
FWIW, Opera supports data URLs for Worker (but not SharedWorker since it could be used to cross the same-origin policy if two pages opened a SharedWorker with the same data URL -- this could be solved while still supporting data URLs but we decided to just drop it for now).<br>

<font color="#888888">
<br>
-- <br>
Simon Pieters<br>
Opera Software<br>
</font></blockquote></div></div></div><br></div></div>
</blockquote></div><br></div>