if (filUpload.PostedFile == null || (System.IO.Path.GetExtension(filUpload.PostedFile.FileName).ToLower() != ".xls"))
{
Response.Write(ShowAlert("The upload file must be excel file"));
return;
}