vue-upload-component icon indicating copy to clipboard operation
vue-upload-component copied to clipboard

FormData with nested properties

Open rcosta-gcare opened this issue 6 years ago • 1 comments

I think I found a bug.

On this loop: https://github.com/lian-yue/vue-upload-component/blob/f45a552a33b2dbab3f29c4bb48e4f0e49cd67f01/src/utils/request.js#L53 It doesn't attach properly nested objects.

On this git, there is a solution for this problem: https://gist.github.com/ghinda/8442a57f22099bdb2e34

rcosta-gcare avatar Nov 28 '18 15:11 rcosta-gcare

I tested this library which does the job perfectly https://www.npmjs.com/package/json-form-data

PhenX avatar Jul 23 '19 11:07 PhenX