Efineuploader Has No Method 'onvalidatebatch'.

reply the comment of efineuploader #13000

Provided example does not work at all! I’ve copied your code line-by-line, without any modifications and after clicking Upload a file, nothing happend. When I looked into console, I saw an error in line 1452 of jquery.fineuploader-3.4.1.js saying: Uncaught TypeError: Object [object Array] has no method ‘onValidateBatch’.

solution:

uncomment the line 13 and 14 (view file):


'callbacks'=>array(

                                        'onComplete'=>"js:function(id, name, response){  }",

                                        'onError'=>"js:function(id, name, errorReason){ }",

                                         ),