nativescript-background-http icon indicating copy to clipboard operation
nativescript-background-http copied to clipboard

MultipartUpload nested Params

Open Clonk-HTML5 opened this issue 6 years ago • 0 comments

If i try to use nested Params like this:

[{
 "name": "form_data[94]",
  "value": "TEsts"
 }, {
 "name": "form_data[100]",
  "value": "50"
 }, {
  "name": "form_data[101][0]",
  "filename": "/storage/emulated/0/Download/tenor.gif",
  "mimeType": "image/jpeg"
 },{
  "name": "form_data[101][1]",
  "filename": "/storage/emulated/0/Download/test.gif",
  "mimeType": "image/jpeg"
 }, {
  "name": "member",
  "value": "304"
 }]

I get a ResponseCode = -1

Is there any Solution for nested FormData with this Plugin ?

Clonk-HTML5 avatar Oct 28 '19 12:10 Clonk-HTML5