summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qmltests2/data/multifileupload.html
blob: d41ea15c0b8b328d6d44015049f6009047b8ca67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<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>