Skip to content

Instantly share code, notes, and snippets.

@dedunumax
Last active August 29, 2015 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dedunumax/20a17d08c6efe1f2314f to your computer and use it in GitHub Desktop.
Save dedunumax/20a17d08c6efe1f2314f to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Check file size</title>
</head>
<body>
<div>
<h1>Check file size</h1>
<p>File Name : ${fileName}</p>
<p>File Size : ${size}</p>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment