When I click on \"Select File to Upload\" (i.e. input type=file) there is a delay between the time I clicked the button and selected the file to displaying selected file nex
$(".fileUploadBtn").click(function() {
//Your code here to show please wait
$('input[type=file]').change(function(e){
// Your code here to hide please wait
});