apache / cordova-plugin-file-transfer

Apache Cordova File Transfer Plugin
https://cordova.apache.org/
Apache License 2.0
596 stars 888 forks source link

Upload with method PUT not send parameters #204

Closed darlaneduardo closed 3 years ago

darlaneduardo commented 5 years ago

I have a problem with sending image using method put. The parameters not sending.

var options = { fileKey: "foto", fileName: 'foto.jpg', chunkedMode: false, params: {'ok': 'teste'}, httpMethod: 'PUT' };

abutizi commented 5 years ago

I have same issue :(

Freakazo commented 4 years ago

Same issue here: Andriod Q Pixel 2 in emulator.

For me the params may have been included in the form data.

timbru31 commented 3 years ago

I'm closing the issue due to staleness and missing required information from the template. If the issue persists, please open a new one, follow the template and include a minimum reproducible example. More information on how to create one: https://github.com/apache/cordova-contribute/blob/master/create-reproduction.md