Is it possible to show the file from the zipped file in HTML Iframe.
For example: My_File.pdf.zip
contains My_File.pdf
.
I have something as below <iframe src="/path of the folder/My_File.pdf.zip" />.
Here src has the zipped file. But i want to extract out the zipped file and show My_File.pdf
in the iframe.
Is it possible? How can I do this?
Note: My Client side is javascript/Jquery.