apache / cordova-plugin-file-transfer

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

How to set content-type for parameter in upload method? #293

Closed DevoRia closed 3 years ago

DevoRia commented 3 years ago

Is there possibility to add content-type to param in options (upload method)? I want to send some json (set as application/json) with file. Can I do it?