Como verificar se o upload do arquivo está vazio jQuery
if( document.getElementById("videoUploadFile").files.length == 0 ){
console.log("no files selected");
}
Selfish Seahorse