Re: reading a file in local drive using java script
Posted By:
vijay_satlawar
Posted On:
Thursday, November 24, 2011 02:20 AM
Hi Kavitha,
This can be done using combination of Ajax and JSON.
just pass the file path to the server,
Read the content of the file in a string variable
and return that string in JSON format.
Thanks,
Vijay