Capacitor HTTP Plugin Blob Upload FormData Support

Hello, I’m having an issue trying to upload an image file as a blob in an Ionic app. I’m using multipart/form-data and setting the blob into one of the form parts. I send the request using angular’s HTTP client with the Capacitor HTTP patch setting as true in capacitor.config.ts.

I’ve verified the code to be working on web view, but on a native device (which is using capacitor http plugin) the formdata doesn’t appear to be populating into the HTTP request correctly.

I’ve tried to do some research, and it’s not totally clear to me at this stage if Capacitor HTTP (as of Capacitor 7) supports 1. FormData at all, and 2. Blob data in FormData objects.

Any up to date guidance on this issue would be much appreciated.