zefoy / ngx-dropzone-wrapper

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

Please add the withCredentials property to DropzoneConfigInterface. #26

Closed SaAkSin closed 7 years ago

SaAkSin commented 7 years ago

related links...

http://definitelytyped.org/docs/dropzone--dropzone/interfaces/dropzoneoptions.html

thank you for your efforts.

govorov commented 7 years ago

You can access xhr instance using sending event. Actually, I use it to set CSRF token.

sconix commented 7 years ago

I don't think that the latest dropzone has withCredentials, afaik it was with the older versions and with newer you need to do it via xhr instance for example.

sconix commented 7 years ago

I will close this until somebody proves me wrong that the withCredentials is part of the latest dropzone version.