When I set the upload method and prevent defaults, the other options didn't work. But I just want to override the upload method; the other properties should work as usual.
I can't use the default Upload Component post option because it causes CORS errors.
How can I override the upload method for the Upload component for Angular?