Hello,
I'm trying to send together a file and some custom data using the uploader component.
When using the customFormData, if I use only primary types for values it's ok but i actually need to send a more complex object as a JSON.
The problem is that the values becomes [object object] when is sent.
So I tried to stringify the object but the problem is that I cannot specify the Content-Type for that part on the multipart request for the backend to serialize it correctly...
Do you have some advice ?
Thanks in advance.
Mihai