blob: 38e345f4bf575e8e37ebb13684211d369b4c49ad (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<html>
<head>
<meta name="viewport" initial-scale=1">
<title> Single File Upload </title>
<script src = "./titleupdate.js">
</script>
<body>
<input type="file" name="file" id="upfile" onchange="updateTitle()"/>
</body>
</html>
|