The MaximumNumberOfFiles in AjaxFileUpload doesnt work Chrome and Firefox..........If the max files mentioned is "1" then too it accepts multiple files .......... Please HELP!!!
Comments: A possible poor man's solution is adding the following two at the beginning of _html5AddFileInQueue: if (files.length + this._filesInQueue.length > this.get_maximumNumberOfFiles()) return; Regards, KD
Comments: A possible poor man's solution is adding the following two at the beginning of _html5AddFileInQueue: if (files.length + this._filesInQueue.length > this.get_maximumNumberOfFiles()) return; Regards, KD