drop.chapril.org-firefoxsend/public/index.html
2017-06-01 10:05:09 -07:00

19 lines
320 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Firefox Fileshare</title>
<script src="upload.js"></script>
</head>
<body>
<form method="post" action="upload" enctype="multipart/form-data">
<input type="file" onchange="onChange(event)" name="fileUploaded" />
</form>
<ul id="uploaded_files">
</ul>
</body>
</html>