Sending a FormData() as the body of a request with RNFetchBlob

307 views Asked by At

I have a problem with sending FormData() with RNFetchBlob.fetch(); I tried put external fields to array but it doesn't work

[{
    "name": 'some',
    "filename": filename,
    "data":RNFetchBlob.wrap(video.uri),
    'message': this.state.message,
    'event_id': id,
    'private': "false"
}]

How can I solve this issue ?

0

There are 0 answers