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