Hi I have one requirement where I am expecting a lot of video upload traffic but I want to make sure the uploaded file only are videos.
I have not used any uploader plugin for some specific reason.
<input type="file" id="upload" class="btn btn-blue" style="height: 35px;" name="file" /><br />
I am using simple html file type input and I want to restrict only video upload.
I have tried checking extensions but It's lot of extension and difficult to check each one of it.
http://www.fileinfo.com/filetypes/video
Any idea on this?