I need to upload the content of a file to a page and parse it and can only use HTML and Javascript to do it. The only ways I know how to do it is through form submission but this is no use for me. Is there any way on Javascript to retrieve the document content from the input div?
<input id="fileupload" name="file" type="file" />