oracle / cordova-plugin-wkwebview-file-xhr

Cordova Plugin for WebView File XHR
Universal Permissive License v1.0
138 stars 120 forks source link

Unable to send form-data only for iOS #88

Closed bhandaribhumin closed 2 years ago

bhandaribhumin commented 2 years ago

When sending a form-data through POST call, receiving Unable to get name from form-data response. When I debugged this problem, it was found that this issue is happening due to content-disposition, API expects Content-Disposition but the app is sending content-disposition (please observe the case) here.

Solution provided by Mulesoft is here.

Solution: Changing the content-disposition in small cases makes the API work.

This is an important plugin for our organization please help. CC: @manish2788

manish2788 commented 2 years ago

@bhandaribhumin Acknowledged. We will look into the issue and get back to you ASAP.

manish2788 commented 2 years ago

@bhandaribhumin Requested fix has been published to latest version 3.1.0

bhandaribhumin commented 2 years ago

Thank you @manish2788