ng-dropzone
ng-dropzone copied to clipboard
Some methods aren't working
.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()
Tried it using: dzMethods.getAcceptedFiles() and dzMethods.getAllFiles()
Hi @rafbel,
Can you please specify which version of AngularJS did you use?
Thanks
I am currently using V1.7