PhilM wrote:
[color=blue][color=green]
> > No, client-side JavaScript has no access to the local file system in the[/color]
> default[color=green]
> > security environment.
> >[/color]
> For clarification, by local file system, do you mean server, or the users
> machine?
> (local to web page, or local to client :)
> If server, then there is hope, as I do not want to access a server
> directory. (I could do that with php)
>
> PhilM[/color]
I thought it was fairly clear... client-side JavaScript has no access to the
local file system. Since client-side JavaScript executes on the client, the file
system local to the client is the client's file system.
--
| Grant Wagner <gwagner@agricoreunited.com>
* Client-side Javascript and Netscape 4 DOM Reference available at:
*
http://devedge.netscape.com/library/...ce/frames.html
* Internet Explorer DOM Reference available at:
*
http://msdn.microsoft.com/workshop/a...ence_entry.asp
* Netscape 6/7 DOM Reference available at:
*
http://www.mozilla.org/docs/dom/domref/
* Tips for upgrading JavaScript for Netscape 7 / Mozilla
*
http://www.mozilla.org/docs/web-deve...upgrade_2.html