Skip to content

Instantly share code, notes, and snippets.

@aminusia
Created August 1, 2020 12:33
Show Gist options
  • Save aminusia/b36a862d7df3ae7746f8d438b56ec328 to your computer and use it in GitHub Desktop.
Save aminusia/b36a862d7df3ae7746f8d438b56ec328 to your computer and use it in GitHub Desktop.
JQuery check if input file is empty
if ($('#videoUploadFile').get(0).files.length === 0) {
console.log("No files selected.");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment