drop.chapril.org-firefoxsend/public/index.html

21 lines
355 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
2017-05-30 18:24:16 +02:00
<head>
<title>Firefox Fileshare</title>
<script src="upload.js"></script>
2017-05-30 18:24:16 +02:00
</head>
<body>
<form method="post" action="upload" enctype="multipart/form-data">
<input type="file" onchange="onChange(event)" name="fileUploaded" />
</form>
2017-05-30 18:24:16 +02:00
<p id="downloadProgress"></p>
<ul id="uploaded_files">
</ul>
2017-05-30 18:24:16 +02:00
</body>
</html>