summaryrefslogtreecommitdiff
path: root/templates/upload.html
diff options
context:
space:
mode:
authorJames Mills <prologic@shortcircuit.net.au>2020-03-22 18:01:27 +1000
committerJames Mills <prologic@shortcircuit.net.au>2020-03-22 18:01:27 +1000
commita90739089110e9f92653792bb1f23888ad734a79 (patch)
treecf7b364140e560d4e062607e1ec71567cf843360 /templates/upload.html
parentce3008222e924902352d697b45626aebd8980af1 (diff)
Add support for transcoding
Diffstat (limited to 'templates/upload.html')
-rw-r--r--templates/upload.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/upload.html b/templates/upload.html
index 83d8cb3..bd9e814 100644
--- a/templates/upload.html
+++ b/templates/upload.html
@@ -3,7 +3,7 @@
<form id="upload_form" enctype="multipart/form-data" method="POST" action="/upload">
<div>
<div><label for="video_file">Please select video file</label></div>
- <div><input type="file" name="video_file" id="video_file" onchange="fileSelected();" /></div>
+ <div><input type="file" name="video_file" id="video_file" accept="video/*" onchange="fileSelected();" /></div>
</div>
<div>