Re: [PHP] Re: Managing files on the client
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
you could also use javascript and forms, and maybe open up an iframe with query strings probably