Sign in
chromium
/
external
/
Webkit
/
master
/
.
/
Source
/
WebKit2
/
UIProcess
/
API
/
qt
/
tests
/
qmltests
/
common
/
singlefileupload.html
blob: 38e345f4bf575e8e37ebb13684211d369b4c49ad [
file
] [
log
] [
blame
]
<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>