I have a page frame that I would like to write temporarily to the client rather than the server. How would I accomplish this?
Printable View
I have a page frame that I would like to write temporarily to the client rather than the server. How would I accomplish this?
You can't. It's a security thing. Imagine what could happen if scripts running in the browser were allowed to write files to your hardrive...
Why would you want to do this anyway??