I have a Request - Form Data from Network -> Payload which contains a file (binary) element.
Form Data file: (binary)id: 45451683
I don't know how to send the request to the backend to upload file.
For example I have "file://var/mobile/..." and I want to convert this to a binary type so I can send the right request to the backend.
How do I do this?