I'm working in a project and I've use ajaxfileupload.js as file uploader. This plugins used jQuery and my project jquery version is 1.6.4
It's working great in Mozilla/IE/Opera. But unfortunately It's not working in Google Chrome. When I've try to upload a file then in debugger I found an error.
Error Message: Uncaught TypeError: Object function (a,b){return new e.fn.init(a,b,h)} has no method 'handleError'
I'd tried on it more than 4 hours and I'd not got any solutions. Please help me to solve this issue.
Thanks.