Luke Curran

Results 2 comments of Luke Curran

@PLPeeters I was having the same issue. I added this and everything worked correctly. ``` ngAfterViewInit() { this.fileUploader.onAfterAddingFile = (item => { item.withCredentials = false; }); } ``` Hope this...

Hello Eddy, this behavior is occurring on iOS for me. Any advice? I’m uninstalling my app and when I reinstall a different build, it somehow persists to the next build.