Parsing HTML entries from zip, alongside relevant assets #568
Unanswered
itzcodex24
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all 👋
When a user uploads a zip file, I plan to use the
zip.js
library to unzip and gather all the files the user has uploaded, as well as pinpoint an entryindex.html
file.Assuming the user has also uploaded some
.css
files,.js
files and other static assets:.png
,.gif
etc.What would be the best way to combine all of these together and stick them inside an iframe. I have somewhat of a working example here, but I am not happy with this implementation as it requires manipulating the user uploaded files. Please have a look and let me know what you think my best options are:
Beta Was this translation helpful? Give feedback.
All reactions