Re: [PHP] Re: Managing files on the client

2005-11-02 Thread James Benson
javascript CANNOT write to a clients machine (apart from cookies) Nothing from the server can do what you want, you need to install some software on each machine to achieve this. Unknown Unknown wrote: you could also use javascript and forms, and maybe open up an iframe with query strings

Re: [PHP] Re: Managing files on the client

2005-11-01 Thread Unknown Unknown
you could also use javascript and forms, and maybe open up an iframe with query strings probably

[PHP] Re: Managing files on the client

2005-11-01 Thread James Benson
No, its not possible without asking the client to install some software! dcook wrote: Hello all: Using opendir() references directories on the server. Is there a similar function for referencing directoies on the client (browser) side? -dc -- PHP General Mailing List (http://www.php.