Skip to content

Instantly share code, notes, and snippets.

View reach2jeyan's full-sized avatar

Mrityunjeyan S reach2jeyan

View GitHub Profile
@reach2jeyan
reach2jeyan / txtFileChecker.html
Created January 13, 2017 11:27 — forked from juanlu-sanz/txtFileChecker.html
Read a .txt file from Javascript automatically using Filereader. useful for previews before uploading.
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Automatic line reading snippet</title>
<meta name="description" content="">