In our web application we want to get some data from a text file saved in a client machine. The text file is saved in a particular location in the client machine.
We want to get the contents of that text file from our application. Is there any method to read the contents of a text file in client machine.
Thanks,
mahesh
No, there is not. You will need to get your client to choose to upload this file for you.
If you think about it, it would be a massive security hole if you could do this.