Temporarily unzip a file to view contents within a browser
问题 I want to unzip a file that contains an html page, css, and js directories. I want to unzip this temporarily and view the html in an iFrame, preferrably. I am using jszip which is working. I got the html to load, but how do I add the image, js, and css folders into the iFrame? Here is what I have so far... <div id="jszip_utils"></div> <iframe id="iframe"></iframe> <script type="text/javascript"> function showError(elt, err) { elt.innerHTML = "<p class='alert alert-danger'>" + err + "</p>"; }