diff options
Diffstat (limited to 'templates/upload.html')
| -rw-r--r-- | templates/upload.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/upload.html b/templates/upload.html index bd9e814..a6e09df 100644 --- a/templates/upload.html +++ b/templates/upload.html @@ -2,8 +2,10 @@ <div id="upload"> <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" accept="video/*" onchange="fileSelected();" /></div> + <label class="filebutton"> + Select a video to upload... + <span><input type="file" name="video_file" id="video_file" accept="video/*" onchange="fileSelected();" /></span> + </label> </div> <div> |
