cara memeriksa apakah unggahan file adalah jQuery kosong

if( document.getElementById("videoUploadFile").files.length == 0 ){
    console.log("no files selected");
}
Selfish Seahorse