Vorapol

Results 1 comments of Vorapol

try this ```javascript ngAfterViewInit() { this.uploader.onAfterAddingFile = (item => { item.withCredentials = false; }); } ``` credit : https://github.com/valor-software/ng2-file-upload/issues/399