GIF89a
function validExl(theForm) { var image=$("#image").val(); if(image=="") { alert("Select CSV file , with bulk products. Dont upload blank file."); $("#image").focus(); return false; } return true; }