zefoy / ngx-dropzone-wrapper

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

withCredentials request option #31

Closed baha2jo closed 7 years ago

baha2jo commented 7 years ago

Im not able to use withCredentials request option in the dropzone configuration

sconix commented 7 years ago

There is no such option in latest Dropzone. Old versions of dropzone had a such option. At least I haven't needed such an option ever, but you most likely find more info about it from Dropzones own page.

troolee commented 7 years ago

Hi @sconix, they do have withCredentials option:

https://github.com/enyo/dropzone/blob/7d0792d1346d83a8b0c0d2919121bdd2b8e7fee4/dist/dropzone-amd-module.js#L131

sconix commented 7 years ago

Seems that they have add it back. I will make a new release with support for that configuration option.