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

:paperclip: AngularJS directive for Dropzone, an easy to use drag'n'drop file upload library.

Results 8 ng-dropzone issues
Sort by recently updated
recently updated
newest added

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();...

i get above error,i cant figure out where could be the problem

I want to do something with the images before it is posted to aim url. How can I get the image object?

.getAllFiles() is working fine; however, others don't seem to work (they always return undefined): all accepted files: .getAcceptedFiles() all rejected files: .getRejectedFiles() all queued files: .getQueuedFiles() all uploading files: .getUploadingFiles()...

Hi, I am trying to add a dropzone title similar to the "Drop files here or click to upload." on the example page, but I can't find the option to...

im trying to do something like ` myDropzone.emit( "addedfile", file ); ` but I can't figure out how to access that emit method. EDIT... I was able to make it...

This fixes issue #27 found in modern webpack/babel.