Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created April 30, 2020 06:01
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 parzibyte/c8b7c7b2eb46d758dd2258c353b46849 to your computer and use it in GitHub Desktop.
Save parzibyte/c8b7c7b2eb46d758dd2258c353b46849 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Validar archivos JS</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<h1>Selecciona un archivo:</h1>
<a href="//parzibyte.me/blog">By parzibyte</a>
<br>
<input id="miInput" type="file">
<script src="script.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment