Is there a way to check the length of a video file that is being uploaded by a user?
Tried .duration, but this seems to only work on hosted videos that
duration
Video files need to be decoded by an actual player in order to determine the duration. JavaScript can only count bytes.