cordova-plugin-webview-proxy icon indicating copy to clipboard operation
cordova-plugin-webview-proxy copied to clipboard

[BUG] - Upload files using multipart/form-data;

Open meiram-tr opened this issue 4 years ago • 1 comments
trafficstars

Describe the bug When trying to use file upload using proxy, the request is getting to the server, but the file is not uploaded.... Like there is an empty input.

*To Reproduce configurations:

  • Use IOS device version 14.x
  • wkWebview Cordova ios 6.0.2
  • cordova plugin webview proxy
  • scheme is something://www.somethig.com
  1. add file input
  2. use FormData to add the file.
  3. use xhr and post it with multipart/form-data using the proxy.

Expected behavior The server should get the body of the request

meiram-tr avatar Jun 15 '21 07:06 meiram-tr

I was wondering that this issue is still unresolved in 2022. Aparently this is some kind of a major feature. If you need further information about this bug, i will respond as fast as i can.

chrichrichrissi avatar Aug 24 '22 14:08 chrichrichrissi