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

Some methods aren't working

Open rafbel opened this issue 7 years ago • 2 comments

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

rafbel avatar Jan 25 '18 15:01 rafbel

Hi @rafbel,

Can you please specify which version of AngularJS did you use?

Thanks

binodtechversant avatar Aug 15 '18 19:08 binodtechversant

I am currently using V1.7

rafbel avatar Aug 21 '18 11:08 rafbel