I want to dynamically change the chunkSize value based on uploaded file size. So I created getter method for flowOptions and returned calculated value from there but that did not work and even it stopped the upload process. below is the stack blitz demo for the same:
https://stackblitz.com/edit/ngx-flow-example-z1bjzz?file=src%2Fapp%2Fapp.component.ts,src%2Fapp%2Fapp.component.html,src%2Fapp%2Fapp.module.ts