POST multipart/form-data in Ionic Native HTTP Capacitor 5

Hi All

Is there a way to do POST request with multipart/form-data in ionic native HTTP ?

I am using the latest version of Capacitor, Vue and Ionic

Have a look at GitHub - apache/cordova-plugin-file-transfer: Apache Cordova Plugin file-transfer

Hey, there is an active open pull request for this feature, which is hopefully coming in the next Capacitor update. If you need the functionality immedietaly you should use the old cordova-plugin-advanced-http plugin, which supports this method.