samabel98

Results 1 comments of samabel98

> FormData doesn't support Blob. Try this instead. It works! > > ``` > formData.append('name', JSON.stringify(request), { contentType: "application/json" }); > ``` > > ``` > headers: { > "Authorization":...