wymsee / cordova-HTTP

Cordova / Phonegap plugin for communicating with HTTP servers. Allows for SSL pinning!
MIT License
372 stars 301 forks source link

Is this plugin support to upload MultiPart File ? #135

Open 1345g2354 opened 7 years ago

1345g2354 commented 7 years ago

For this : ” request.part(this.name, filename, mimeType, new File(uri));“ Could I change it to :" for( i= 0; i < list.size();I++){ request.part(this.name, filename, mimeType, new File(uri)); }“?