Michael Wolz
Michael Wolz
@jcesarmobile sure it's super easy to reproduce, see the example app here: https://github.com/michaelwolz/multipart-form-data-not-working-on-ios (note that CapacitorHttp is activated via capacitor.config.json). Relevant code can be seen here: https://github.com/michaelwolz/multipart-form-data-not-working-on-ios/blob/47dcecd4395ecf9873dbc90f54a54bfadfd3dd74/src/js/capacitor-welcome.js#L78-L91 See the raw...
Actually I just saw that the same issue exists with Android. I will try to also provide a fix for this :). **Edit:** Done in bc6a6e0, example app also updated...
@heath-pack In my opinion this is a different issue. I would like to get some official feedback on the PR by the capacitor team first. But you can create an...
I would also really appreciate if this could be addressed soon. This should be a non breaking change and will fix a major issue in http request handling.
@jcesarmobile I am relatively sure that this should also be fixed by #7518. The example by @alex-mironov did not set a boundary and currently a fallback for this is missing...
For anyone who is really blocked by this, you might consider patching the plugin following this guide here, for example: https://capawesome.io/blog/how-to-patch-a-capacitor-plugin/. You just need to adapt two files according to...