Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
meiram-tr opened this issue Jun 15, 2021 · 1 comment
Open

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

meiram-tr opened this issue Jun 15, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@meiram-tr
Copy link

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 meiram-tr added the bug Something isn't working label Jun 15, 2021
@chrichrichrissi
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants