ng-dropzone icon indicating copy to clipboard operation
ng-dropzone copied to clipboard

how to count number of accepted files before submit the form.

Open aamir12 opened this issue 5 years ago • 0 comments

I want to validate dropzone before submit the form.

$scope.onSubmitFrm1 = function(form){ if(form.validate()) { // add here some code that // give me number of valid files is selected $scope.dzMethods.processQueue(); } }

aamir12 avatar Jan 26 '20 10:01 aamir12