Load the local file in iframe using jquery
I have the html file on my desktop.I want to read the content of this html file and display on iframe.
Below the steps:
on my page I have a browse option of "input type=file".
By using this i will select the html file.
After selection the content of html need to be rendered on my iframe.
can any one check this..