My web site will create a file in client PC in a predefined file path, and I will write to the file. I will display the path in a text box
Example:
c:/myfolder/today.txt
Now I have to give a "browse" button on clicking that user should be able to select the target path at his own choice, and then I should use the file name to write the content.
My web site will create a file in client PC in a predefined file pathHow will this happen? I would love to know how a website can create a file on my hard drive? This knowledge will help me in burning down internet – Kumar Sep 21 '11 at 10:59