diff options
Diffstat (limited to 'templates/upload.html')
| -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> |
