I am having a little problem with this ajaxupload.3.5.js. When you click on the upload button first time, nothing happens. You have to click on it again to open up the file browser. Is there a way to fix this?
thanks in advance.
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.
Nevermind. The upload code needs to be wrapped around : $(function(){ … } I was attaching this to a button click which didn’t work.