mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
11 lines
141 B
HTML
11 lines
141 B
HTML
<html>
|
|
<head>
|
|
<title>Picker window</title>
|
|
</head>
|
|
<body>
|
|
<form name="form1">
|
|
<input type="file" name="uploadbox">
|
|
</form>
|
|
</body>
|
|
</html>
|