I am using asp:FileUpload in my web site. I am checking the file size and file type on button click event. It is working fine.
My question is how to check file size and file type when user select the file form asp:FileUpload.
I mean to say that I want to show the alert window on selecting the file.