i want to check that user upload file is image or not.
how i can check the type of file is image or not. are any way exist to do this.
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.
You need to use useful jQuery validation plugin which does support the files you want to allow for upload other than other nice options.
You can use the
acceptproperty of the validation plugin to allow file types you want, here is an example: