Basically what im looking for is a way for the user to upload an html file when they click
<input type="file"/>
button.
When the user selects an HTML file, I want to take the HTML code and place it within a div. Can this be done without server-side languages?