Skip to content

Instantly share code, notes, and snippets.

@codersaiful
Created February 5, 2018 08:21
Show Gist options
  • Save codersaiful/93fa6ad75df8a1688212e297ded8d1a2 to your computer and use it in GitHub Desktop.
Save codersaiful/93fa6ad75df8a1688212e297ded8d1a2 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script>
$(document).ready(function(){
});
</script>
</head>
<body>
<input type="file" multiple>
<button id="submit">Upload</button>
<textarea id="codeinput"></textarea>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment