diff options
| author | James Mills <prologic@shortcircuit.net.au> | 2020-03-22 18:01:27 +1000 |
|---|---|---|
| committer | James Mills <prologic@shortcircuit.net.au> | 2020-03-22 18:01:27 +1000 |
| commit | a90739089110e9f92653792bb1f23888ad734a79 (patch) | |
| tree | cf7b364140e560d4e062607e1ec71567cf843360 /templates | |
| parent | ce3008222e924902352d697b45626aebd8980af1 (diff) | |
Add support for transcoding
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/upload.html | 2 |
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> |
