I want to validate the file format.
How can i allow the user to upload only .xls file in jquery.
I am using uploadfy plugin to upload the file
Regards
showreddy
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Although this question was answered up top, you can bind a submit function to check the file by performing this below ->
This question was asked previously over at ->
How to have jQuery restrict file types on upload?