zefoy / ngx-dropzone-wrapper

Angular wrapper library for Dropzone
MIT License
174 stars 51 forks source link

addedFile/addedFiles missing from DropzoneConfigInterface? #152

Closed dedenx closed 2 years ago

dedenx commented 3 years ago

I'm not sure if it's a simple oversight or a deliberate limitation for the wrapper, but addedFile or addedFiles are missing from DropzoneConfigInterface -- meaning that you cannot override the default dropzone behaviour when adding files.

I've got some previous plain jane javascript that's being converted over to Angular 12 which relies on this ability to preset the user with the option to crop their image before it is uploaded. Is there another way to do this or was it just something that was missed because it's a fairly edge case use?