Convert image file upload to base64 and send as form-data input

The above example requires the Content-Type to convert to application/octet-stream.

However, for our API, the base64 of the image file is part of the form-data which consist of several fields.
Is there an alternative or solution to this using APIDog?

In Apidog, you can directly use form-data and set the corresponding field to “string” (not “file”).