blob: adc408ebbdd3eb3054658877c77f5acecc60f2a7 [file] [log] [blame]
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> Directory Upload </title>
<script src = "./titleupdate.js">
</script>
</head>
<body>
<input type="file" id="upfile" webkitdirectory="" directory="" onchange="updateTitle()">
<script>
window.onload = function() {
document.getElementById("upfile").focus()
}
</script>
</body>
</html>